Skip to content

Commit

Permalink
Deploying to gh-pages from @ 1716621 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
1ucian0 committed Aug 23, 2024
1 parent d828e45 commit 14c8e45
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 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: f9f0afc780f02b71250f51b40751c1b5
config: 2e53114774967555a81b5c3eb2f6ac28
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified .doctrees/environment.pickle
Binary file not shown.
2 changes: 1 addition & 1 deletion api.html
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ <h2>Backend Plugin Interface<a class="headerlink" href="#backend-plugin-interfac
<table class="autosummary longtable docutils align-default">
<tbody>
<tr class="row-odd"><td><p><a class="reference internal" href="apiref/qiskit_neko.backend_plugin.BackendPlugin.html#qiskit_neko.backend_plugin.BackendPlugin" title="qiskit_neko.backend_plugin.BackendPlugin"><code class="xref py py-obj docutils literal notranslate"><span class="pre">qiskit_neko.backend_plugin.BackendPlugin</span></code></a>()</p></td>
<td><p>Abstract class for providing <a class="reference external" href="https://docs.quantum.ibm.com/api/qiskit/qiskit.providers.Backend" title="(in Qiskit v1.1)"><code class="xref py py-class docutils literal notranslate"><span class="pre">Backend</span></code></a> objects to tests</p></td>
<td><p>Abstract class for providing <a class="reference external" href="https://docs.quantum.ibm.com/api/qiskit/qiskit.providers.Backend" title="(in Qiskit v1.2)"><code class="xref py py-class docutils literal notranslate"><span class="pre">Backend</span></code></a> objects to tests</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="apiref/qiskit_neko.backend_plugin.BackendPluginManager.html#qiskit_neko.backend_plugin.BackendPluginManager" title="qiskit_neko.backend_plugin.BackendPluginManager"><code class="xref py py-obj docutils literal notranslate"><span class="pre">qiskit_neko.backend_plugin.BackendPluginManager</span></code></a>()</p></td>
<td><p>Class to manage installed backend plugins</p></td>
Expand Down
2 changes: 1 addition & 1 deletion apiref/qiskit_neko.backend_plugin.BackendPlugin.html
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ <h1>BackendPlugin<a class="headerlink" href="#backendplugin" title="Permalink to
<dt class="sig sig-object py" id="qiskit_neko.backend_plugin.BackendPlugin">
<em class="property"><span class="pre">class</span><span class="w"> </span></em><span class="sig-name descname"><span class="pre">BackendPlugin</span></span><a class="reference internal" href="../_modules/qiskit_neko/backend_plugin.html#BackendPlugin"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#qiskit_neko.backend_plugin.BackendPlugin" title="Permalink to this definition">#</a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">ABC</span></code></p>
<p>Abstract class for providing <a class="reference external" href="https://docs.quantum.ibm.com/api/qiskit/qiskit.providers.Backend" title="(in Qiskit v1.1)"><code class="xref py py-class docutils literal notranslate"><span class="pre">Backend</span></code></a> objects to tests</p>
<p>Abstract class for providing <a class="reference external" href="https://docs.quantum.ibm.com/api/qiskit/qiskit.providers.Backend" title="(in Qiskit v1.2)"><code class="xref py py-class docutils literal notranslate"><span class="pre">Backend</span></code></a> objects to tests</p>
<p>This class is designed to be implemented by qiskit providers packages or any
other user that needs to provide custom backend objects to the test suite.
In general the authentication and initialization of working with backends
Expand Down

0 comments on commit 14c8e45

Please sign in to comment.