Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 12, 2022
1 parent 118d43a commit cf41631
Show file tree
Hide file tree
Showing 13 changed files with 37 additions and 37 deletions.
10 changes: 5 additions & 5 deletions www/reference/openjij/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/reference/openjij/model/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ <h3>Functions<a class="headerlink" href="#functions" title="Permalink to this he
<dd><p>variable type SPIN or BINARY</p>
<dl class="field-list simple">
<dt class="field-odd">Type</dt>
<dd class="field-odd"><p>dimod.Vartype</p>
<dd class="field-odd"><p><a class="reference external" href="https://docs.ocean.dwavesys.com/en/stable/docs_dimod/reference/vartypes.html#dimod.Vartype" title="(in Ocean Documentation v5.3.0)">dimod.Vartype</a></p>
</dd>
</dl>
</dd></dl>
Expand Down
2 changes: 1 addition & 1 deletion www/reference/openjij/model/model/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@ <h3>Attributes<a class="headerlink" href="#attributes" title="Permalink to this
<dd><p>variable type SPIN or BINARY</p>
<dl class="field-list simple">
<dt class="field-odd">Type</dt>
<dd class="field-odd"><p>dimod.Vartype</p>
<dd class="field-odd"><p><a class="reference external" href="https://docs.ocean.dwavesys.com/en/stable/docs_dimod/reference/vartypes.html#dimod.Vartype" title="(in Ocean Documentation v5.3.0)">dimod.Vartype</a></p>
</dd>
</dl>
</dd></dl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ <h3>Classes<a class="headerlink" href="#classes" title="Permalink to this headli
<dl class="py class">
<dt class="sig sig-object py" id="openjij.sampler.chimera_gpu.base_gpu_chimera.BaseGPUChimeraSampler">
<em class="property"><span class="pre">class</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">openjij.sampler.chimera_gpu.base_gpu_chimera.</span></span><span class="sig-name descname"><span class="pre">BaseGPUChimeraSampler</span></span><a class="reference internal" href="../../../../../_modules/openjij/sampler/chimera_gpu/base_gpu_chimera.html#BaseGPUChimeraSampler"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#openjij.sampler.chimera_gpu.base_gpu_chimera.BaseGPUChimeraSampler" title="Permalink to this definition">#</a></dt>
<dd><p>Bases: <code class="xref py py-obj docutils literal notranslate"><span class="pre">dimod.Structured</span></code></p>
<dd><p>Bases: <a class="reference external" href="https://docs.ocean.dwavesys.com/en/stable/docs_dimod/reference/sampler_composites/api.html#dimod.Structured" title="(in Ocean Documentation v5.3.0)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">dimod.Structured</span></code></a></p>
<div class="graphviz"><img src="../../../../../_images/inheritance-8cef8dea4b9d130c8ddb8041686143c172abdfc2.png" alt="Inheritance diagram of openjij.sampler.chimera_gpu.base_gpu_chimera.BaseGPUChimeraSampler" usemap="#inheritance5e1cc7b858" class="inheritance graphviz" /></div>
<map id="inheritance5e1cc7b858" name="inheritance5e1cc7b858">
<area shape="rect" id="node2" href="#openjij.sampler.chimera_gpu.base_gpu_chimera.BaseGPUChimeraSampler" target="_top" title="Abstract GPUChimera Sampler" alt="" coords="263,5,453,31"/>
Expand Down Expand Up @@ -787,12 +787,12 @@ <h3>Classes<a class="headerlink" href="#classes" title="Permalink to this headli

<dl class="py method">
<dt class="sig sig-object py" id="openjij.sampler.chimera_gpu.base_gpu_chimera.BaseGPUChimeraSampler.valid_bqm_graph">
<span class="sig-name descname"><span class="pre">valid_bqm_graph</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">bqm</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">dimod.BinaryQuadraticModel</span></span></em><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">&#x2192;</span> <span class="sig-return-typehint"><a class="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.10)"><span class="pre">bool</span></a></span></span><a class="headerlink" href="#openjij.sampler.chimera_gpu.base_gpu_chimera.BaseGPUChimeraSampler.valid_bqm_graph" title="Permalink to this definition">#</a></dt>
<dd><p>Validate that problem defined by <code class="xref py py-class docutils literal notranslate"><span class="pre">dimod.BinaryQuadraticModel</span></code>
<span class="sig-name descname"><span class="pre">valid_bqm_graph</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">bqm</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><a class="reference external" href="https://docs.ocean.dwavesys.com/en/stable/hidden.html#dimod.BinaryQuadraticModel" title="(in Ocean Documentation v5.3.0)"><span class="pre">dimod.BinaryQuadraticModel</span></a></span></em><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">&#x2192;</span> <span class="sig-return-typehint"><a class="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.10)"><span class="pre">bool</span></a></span></span><a class="headerlink" href="#openjij.sampler.chimera_gpu.base_gpu_chimera.BaseGPUChimeraSampler.valid_bqm_graph" title="Permalink to this definition">#</a></dt>
<dd><p>Validate that problem defined by <a class="reference external" href="https://docs.ocean.dwavesys.com/en/stable/hidden.html#dimod.BinaryQuadraticModel" title="(in Ocean Documentation v5.3.0)"><code class="xref py py-class docutils literal notranslate"><span class="pre">dimod.BinaryQuadraticModel</span></code></a>
matches the graph provided by the sampler.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><p><strong>bqm</strong> (<em>dimod.BinaryQuadraticModel</em>) – <code class="xref py py-class docutils literal notranslate"><span class="pre">dimod.BinaryQuadraticModel</span></code> object to validate.</p>
<dd class="field-odd"><p><strong>bqm</strong> (<a class="reference external" href="https://docs.ocean.dwavesys.com/en/stable/hidden.html#dimod.BinaryQuadraticModel" title="(in Ocean Documentation v5.3.0)"><em>dimod.BinaryQuadraticModel</em></a>) – <a class="reference external" href="https://docs.ocean.dwavesys.com/en/stable/hidden.html#dimod.BinaryQuadraticModel" title="(in Ocean Documentation v5.3.0)"><code class="xref py py-class docutils literal notranslate"><span class="pre">dimod.BinaryQuadraticModel</span></code></a> object to validate.</p>
</dd>
<dt class="field-even">Returns</dt>
<dd class="field-even"><p>Boolean indicating validity of BQM graph compared to sampler graph.</p>
Expand Down
Loading

0 comments on commit cf41631

Please sign in to comment.