Skip to content

Commit

Permalink
Deploying to gh-pages from @ f4e0904 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
zlatko-minev committed Feb 13, 2024
1 parent 1418739 commit fb813e0
Show file tree
Hide file tree
Showing 1,597 changed files with 1,608 additions and 1,769 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 744694855160ca6624deb463ca73920c
config: 17fbe17cc54b1a26c0c434529ada2960
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified .doctrees/contributor-guide.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/faq.doctree
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"metadata": {},
"source": [
"The documentation can be found here\n",
"https://qiskit.org/documentation/metal/"
"https://qiskit-community.github.io/qiskit-metal/"
]
},
{
Expand Down
Binary file modified .doctrees/stubs/qiskit_metal.toolbox_metal.about.doctree
Binary file not shown.
Binary file modified .doctrees/tut/quick-topics/Opening-documentation.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion _modules/addict/addict.html
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ <h1>Source code for addict.addict</h1><div class="highlight"><pre>

<a href="https://github.com/pradyunsg/furo">Furo</a>
<div class="last-updated">
Last updated on 2024/02/07</div>
Last updated on 2024/02/13</div>
</div>
<div class="right-details">

Expand Down
2 changes: 1 addition & 1 deletion _modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ <h1>All modules for which code is available</h1>

<a href="https://github.com/pradyunsg/furo">Furo</a>
<div class="last-updated">
Last updated on 2024/02/07</div>
Last updated on 2024/02/13</div>
</div>
<div class="right-details">

Expand Down
2 changes: 1 addition & 1 deletion _modules/matplotlib/backend_bases.html
Original file line number Diff line number Diff line change
Expand Up @@ -4211,7 +4211,7 @@ <h1>Source code for matplotlib.backend_bases</h1><div class="highlight"><pre>

<a href="https://github.com/pradyunsg/furo">Furo</a>
<div class="last-updated">
Last updated on 2024/02/07</div>
Last updated on 2024/02/13</div>
</div>
<div class="right-details">

Expand Down
2 changes: 1 addition & 1 deletion _modules/matplotlib/backends/backend_agg.html
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ <h1>Source code for matplotlib.backends.backend_agg</h1><div class="highlight"><

<a href="https://github.com/pradyunsg/furo">Furo</a>
<div class="last-updated">
Last updated on 2024/02/07</div>
Last updated on 2024/02/13</div>
</div>
<div class="right-details">

Expand Down
2 changes: 1 addition & 1 deletion _modules/matplotlib/backends/backend_qt.html
Original file line number Diff line number Diff line change
Expand Up @@ -1592,7 +1592,7 @@ <h1>Source code for matplotlib.backends.backend_qt</h1><div class="highlight"><p

<a href="https://github.com/pradyunsg/furo">Furo</a>
<div class="last-updated">
Last updated on 2024/02/07</div>
Last updated on 2024/02/13</div>
</div>
<div class="right-details">

Expand Down
2 changes: 1 addition & 1 deletion _modules/matplotlib/backends/backend_qtagg.html
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ <h1>Source code for matplotlib.backends.backend_qtagg</h1><div class="highlight"

<a href="https://github.com/pradyunsg/furo">Furo</a>
<div class="last-updated">
Last updated on 2024/02/07</div>
Last updated on 2024/02/13</div>
</div>
<div class="right-details">

Expand Down
9 changes: 4 additions & 5 deletions _modules/qiskit_metal/_gui/main_window.html
Original file line number Diff line number Diff line change
Expand Up @@ -543,9 +543,7 @@
</div>
<article role="main">
<h1>Source code for qiskit_metal._gui.main_window</h1><div class="highlight"><pre>
<span></span><span class="c1"># -*- coding: utf-8 -*-</span>

<span class="c1"># This code is part of Qiskit.</span>
<span></span><span class="c1"># This code is part of Qiskit.</span>
<span class="c1">#</span>
<span class="c1"># (C) Copyright IBM 2017, 2021.</span>
<span class="c1">#</span>
Expand Down Expand Up @@ -766,7 +764,8 @@ <h1>Source code for qiskit_metal._gui.main_window</h1><div class="highlight"><pr
<span class="nd">@slot_catch_error</span><span class="p">()</span>
<span class="k">def</span> <span class="nf">open_web_help</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">_</span><span class="o">=</span><span class="kc">None</span><span class="p">):</span>
<span class="w"> </span><span class="sd">&quot;&quot;&quot;&quot;Handles click on Build History button.&quot;&quot;&quot;</span>
<span class="n">webbrowser</span><span class="o">.</span><span class="n">open</span><span class="p">(</span><span class="s1">&#39;https://qiskit.org/documentation/metal/&#39;</span><span class="p">,</span> <span class="n">new</span><span class="o">=</span><span class="mi">1</span><span class="p">)</span>
<span class="n">webbrowser</span><span class="o">.</span><span class="n">open</span><span class="p">(</span><span class="s1">&#39;https://qiskit-community.github.io/qiskit-metal/&#39;</span><span class="p">,</span>
<span class="n">new</span><span class="o">=</span><span class="mi">1</span><span class="p">)</span>

<span class="nd">@slot_catch_error</span><span class="p">()</span>
<span class="k">def</span> <span class="nf">set_force_close</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">ison</span><span class="p">:</span> <span class="nb">bool</span><span class="p">):</span>
Expand Down Expand Up @@ -1489,7 +1488,7 @@ <h1>Source code for qiskit_metal._gui.main_window</h1><div class="highlight"><pr

<a href="https://github.com/pradyunsg/furo">Furo</a>
<div class="last-updated">
Last updated on 2024/02/07</div>
Last updated on 2024/02/13</div>
</div>
<div class="right-details">

Expand Down
2 changes: 1 addition & 1 deletion _modules/qiskit_metal/_gui/main_window_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -1196,7 +1196,7 @@ <h1>Source code for qiskit_metal._gui.main_window_base</h1><div class="highlight

<a href="https://github.com/pradyunsg/furo">Furo</a>
<div class="last-updated">
Last updated on 2024/02/07</div>
Last updated on 2024/02/13</div>
</div>
<div class="right-details">

Expand Down
2 changes: 1 addition & 1 deletion _modules/qiskit_metal/analyses/core/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ <h1>Source code for qiskit_metal.analyses.core.base</h1><div class="highlight"><

<a href="https://github.com/pradyunsg/furo">Furo</a>
<div class="last-updated">
Last updated on 2024/02/07</div>
Last updated on 2024/02/13</div>
</div>
<div class="right-details">

Expand Down
2 changes: 1 addition & 1 deletion _modules/qiskit_metal/analyses/core/simulation.html
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ <h1>Source code for qiskit_metal.analyses.core.simulation</h1><div class="highli

<a href="https://github.com/pradyunsg/furo">Furo</a>
<div class="last-updated">
Last updated on 2024/02/07</div>
Last updated on 2024/02/13</div>
</div>
<div class="right-details">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ <h1>Source code for qiskit_metal.analyses.hamiltonian.transmon_CPB_analytic</h1>

<a href="https://github.com/pradyunsg/furo">Furo</a>
<div class="last-updated">
Last updated on 2024/02/07</div>
Last updated on 2024/02/13</div>
</div>
<div class="right-details">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,7 @@ <h1>Source code for qiskit_metal.analyses.hamiltonian.transmon_charge_basis</h1>

<a href="https://github.com/pradyunsg/furo">Furo</a>
<div class="last-updated">
Last updated on 2024/02/07</div>
Last updated on 2024/02/13</div>
</div>
<div class="right-details">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ <h1>Source code for qiskit_metal.analyses.quantization.energy_participation_rati

<a href="https://github.com/pradyunsg/furo">Furo</a>
<div class="last-updated">
Last updated on 2024/02/07</div>
Last updated on 2024/02/13</div>
</div>
<div class="right-details">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ <h1>Source code for qiskit_metal.analyses.quantization.lumped_oscillator_model</

<a href="https://github.com/pradyunsg/furo">Furo</a>
<div class="last-updated">
Last updated on 2024/02/07</div>
Last updated on 2024/02/13</div>
</div>
<div class="right-details">

Expand Down
2 changes: 1 addition & 1 deletion _modules/qiskit_metal/analyses/simulation/eigenmode.html
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ <h1>Source code for qiskit_metal.analyses.simulation.eigenmode</h1><div class="h

<a href="https://github.com/pradyunsg/furo">Furo</a>
<div class="last-updated">
Last updated on 2024/02/07</div>
Last updated on 2024/02/13</div>
</div>
<div class="right-details">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ <h1>Source code for qiskit_metal.analyses.simulation.lumped_elements</h1><div cl

<a href="https://github.com/pradyunsg/furo">Furo</a>
<div class="last-updated">
Last updated on 2024/02/07</div>
Last updated on 2024/02/13</div>
</div>
<div class="right-details">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ <h1>Source code for qiskit_metal.analyses.simulation.scattering_impedance</h1><d

<a href="https://github.com/pradyunsg/furo">Furo</a>
<div class="last-updated">
Last updated on 2024/02/07</div>
Last updated on 2024/02/13</div>
</div>
<div class="right-details">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ <h1>Source code for qiskit_metal.analyses.sweep_and_optimize.sweeper</h1><div cl

<a href="https://github.com/pradyunsg/furo">Furo</a>
<div class="last-updated">
Last updated on 2024/02/07</div>
Last updated on 2024/02/13</div>
</div>
<div class="right-details">

Expand Down
2 changes: 1 addition & 1 deletion _modules/qiskit_metal/designs/design_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -1738,7 +1738,7 @@ <h1>Source code for qiskit_metal.designs.design_base</h1><div class="highlight">

<a href="https://github.com/pradyunsg/furo">Furo</a>
<div class="last-updated">
Last updated on 2024/02/07</div>
Last updated on 2024/02/13</div>
</div>
<div class="right-details">

Expand Down
2 changes: 1 addition & 1 deletion _modules/qiskit_metal/designs/design_flipchip.html
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ <h1>Source code for qiskit_metal.designs.design_flipchip</h1><div class="highlig

<a href="https://github.com/pradyunsg/furo">Furo</a>
<div class="last-updated">
Last updated on 2024/02/07</div>
Last updated on 2024/02/13</div>
</div>
<div class="right-details">

Expand Down
2 changes: 1 addition & 1 deletion _modules/qiskit_metal/designs/design_multiplanar.html
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ <h1>Source code for qiskit_metal.designs.design_multiplanar</h1><div class="high

<a href="https://github.com/pradyunsg/furo">Furo</a>
<div class="last-updated">
Last updated on 2024/02/07</div>
Last updated on 2024/02/13</div>
</div>
<div class="right-details">

Expand Down
2 changes: 1 addition & 1 deletion _modules/qiskit_metal/designs/design_planar.html
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ <h1>Source code for qiskit_metal.designs.design_planar</h1><div class="highlight

<a href="https://github.com/pradyunsg/furo">Furo</a>
<div class="last-updated">
Last updated on 2024/02/07</div>
Last updated on 2024/02/13</div>
</div>
<div class="right-details">

Expand Down
2 changes: 1 addition & 1 deletion _modules/qiskit_metal/designs/interface_components.html
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ <h1>Source code for qiskit_metal.designs.interface_components</h1><div class="hi

<a href="https://github.com/pradyunsg/furo">Furo</a>
<div class="last-updated">
Last updated on 2024/02/07</div>
Last updated on 2024/02/13</div>
</div>
<div class="right-details">

Expand Down
2 changes: 1 addition & 1 deletion _modules/qiskit_metal/designs/net_info.html
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ <h1>Source code for qiskit_metal.designs.net_info</h1><div class="highlight"><pr

<a href="https://github.com/pradyunsg/furo">Furo</a>
<div class="last-updated">
Last updated on 2024/02/07</div>
Last updated on 2024/02/13</div>
</div>
<div class="right-details">

Expand Down
2 changes: 1 addition & 1 deletion _modules/qiskit_metal/qgeometries/qgeometries_handler.html
Original file line number Diff line number Diff line change
Expand Up @@ -1457,7 +1457,7 @@ <h1>Source code for qiskit_metal.qgeometries.qgeometries_handler</h1><div class=

<a href="https://github.com/pradyunsg/furo">Furo</a>
<div class="last-updated">
Last updated on 2024/02/07</div>
Last updated on 2024/02/13</div>
</div>
<div class="right-details">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ <h1>Source code for qiskit_metal.qlibrary.core._parsed_dynamic_attrs</h1><div cl

<a href="https://github.com/pradyunsg/furo">Furo</a>
<div class="last-updated">
Last updated on 2024/02/07</div>
Last updated on 2024/02/13</div>
</div>
<div class="right-details">

Expand Down
2 changes: 1 addition & 1 deletion _modules/qiskit_metal/qlibrary/core/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -1945,7 +1945,7 @@ <h1>Source code for qiskit_metal.qlibrary.core.base</h1><div class="highlight"><

<a href="https://github.com/pradyunsg/furo">Furo</a>
<div class="last-updated">
Last updated on 2024/02/07</div>
Last updated on 2024/02/13</div>
</div>
<div class="right-details">

Expand Down
2 changes: 1 addition & 1 deletion _modules/qiskit_metal/qlibrary/core/qroute.html
Original file line number Diff line number Diff line change
Expand Up @@ -1363,7 +1363,7 @@ <h1>Source code for qiskit_metal.qlibrary.core.qroute</h1><div class="highlight"

<a href="https://github.com/pradyunsg/furo">Furo</a>
<div class="last-updated">
Last updated on 2024/02/07</div>
Last updated on 2024/02/13</div>
</div>
<div class="right-details">

Expand Down
2 changes: 1 addition & 1 deletion _modules/qiskit_metal/qlibrary/core/qubit.html
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ <h1>Source code for qiskit_metal.qlibrary.core.qubit</h1><div class="highlight">

<a href="https://github.com/pradyunsg/furo">Furo</a>
<div class="last-updated">
Last updated on 2024/02/07</div>
Last updated on 2024/02/13</div>
</div>
<div class="right-details">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ <h1>Source code for qiskit_metal.qlibrary.couplers.cap_n_interdigital_tee</h1><d

<a href="https://github.com/pradyunsg/furo">Furo</a>
<div class="last-updated">
Last updated on 2024/02/07</div>
Last updated on 2024/02/13</div>
</div>
<div class="right-details">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ <h1>Source code for qiskit_metal.qlibrary.couplers.coupled_line_tee</h1><div cla

<a href="https://github.com/pradyunsg/furo">Furo</a>
<div class="last-updated">
Last updated on 2024/02/07</div>
Last updated on 2024/02/13</div>
</div>
<div class="right-details">

Expand Down
2 changes: 1 addition & 1 deletion _modules/qiskit_metal/qlibrary/couplers/line_tee.html
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ <h1>Source code for qiskit_metal.qlibrary.couplers.line_tee</h1><div class="high

<a href="https://github.com/pradyunsg/furo">Furo</a>
<div class="last-updated">
Last updated on 2024/02/07</div>
Last updated on 2024/02/13</div>
</div>
<div class="right-details">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ <h1>Source code for qiskit_metal.qlibrary.couplers.tunable_coupler_01</h1><div c

<a href="https://github.com/pradyunsg/furo">Furo</a>
<div class="last-updated">
Last updated on 2024/02/07</div>
Last updated on 2024/02/13</div>
</div>
<div class="right-details">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ <h1>Source code for qiskit_metal.qlibrary.couplers.tunable_coupler_02</h1><div c

<a href="https://github.com/pradyunsg/furo">Furo</a>
<div class="last-updated">
Last updated on 2024/02/07</div>
Last updated on 2024/02/13</div>
</div>
<div class="right-details">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ <h1>Source code for qiskit_metal.qlibrary.lumped.cap_3_interdigital</h1><div cla

<a href="https://github.com/pradyunsg/furo">Furo</a>
<div class="last-updated">
Last updated on 2024/02/07</div>
Last updated on 2024/02/13</div>
</div>
<div class="right-details">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ <h1>Source code for qiskit_metal.qlibrary.lumped.cap_n_interdigital</h1><div cla

<a href="https://github.com/pradyunsg/furo">Furo</a>
<div class="last-updated">
Last updated on 2024/02/07</div>
Last updated on 2024/02/13</div>
</div>
<div class="right-details">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ <h1>Source code for qiskit_metal.qlibrary.lumped.resonator_coil_rect</h1><div cl

<a href="https://github.com/pradyunsg/furo">Furo</a>
<div class="last-updated">
Last updated on 2024/02/07</div>
Last updated on 2024/02/13</div>
</div>
<div class="right-details">

Expand Down
2 changes: 1 addition & 1 deletion _modules/qiskit_metal/qlibrary/qubits/JJ_Dolan.html
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ <h1>Source code for qiskit_metal.qlibrary.qubits.JJ_Dolan</h1><div class="highli

<a href="https://github.com/pradyunsg/furo">Furo</a>
<div class="last-updated">
Last updated on 2024/02/07</div>
Last updated on 2024/02/13</div>
</div>
<div class="right-details">

Expand Down
2 changes: 1 addition & 1 deletion _modules/qiskit_metal/qlibrary/qubits/JJ_Manhattan.html
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ <h1>Source code for qiskit_metal.qlibrary.qubits.JJ_Manhattan</h1><div class="hi

<a href="https://github.com/pradyunsg/furo">Furo</a>
<div class="last-updated">
Last updated on 2024/02/07</div>
Last updated on 2024/02/13</div>
</div>
<div class="right-details">

Expand Down
2 changes: 1 addition & 1 deletion _modules/qiskit_metal/qlibrary/qubits/SQUID_loop.html
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ <h1>Source code for qiskit_metal.qlibrary.qubits.SQUID_loop</h1><div class="high

<a href="https://github.com/pradyunsg/furo">Furo</a>
<div class="last-updated">
Last updated on 2024/02/07</div>
Last updated on 2024/02/13</div>
</div>
<div class="right-details">

Expand Down
Loading

0 comments on commit fb813e0

Please sign in to comment.