Skip to content

Commit 9c3aac9

Browse files
committed
Deploying to main from @ openqasm/openqasm@102cca4 🚀
1 parent 1f7aaff commit 9c3aac9

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ <h1>OpenQASM Live Specification<a class="headerlink" href="#openqasm-version-spe
133133
</li>
134134
<li class="toctree-l1"><a class="reference internal" href="grammar/index.html">OpenQasm 3.0 Grammar</a></li>
135135
<li class="toctree-l1"><a class="reference internal" href="release_notes.html">Release Notes</a><ul>
136-
<li class="toctree-l2"><a class="reference internal" href="release_notes.html#spec-v3-1-0-12">spec/v3.1.0-12</a><ul>
136+
<li class="toctree-l2"><a class="reference internal" href="release_notes.html#spec-v3-1-0-13">spec/v3.1.0-13</a><ul>
137137
<li class="toctree-l3"><a class="reference internal" href="release_notes.html#new-features">New Features</a></li>
138138
<li class="toctree-l3"><a class="reference internal" href="release_notes.html#upgrade-notes">Upgrade Notes</a></li>
139139
<li class="toctree-l3"><a class="reference internal" href="release_notes.html#bug-fixes">Bug Fixes</a></li>

objects.inv

1 Byte
Binary file not shown.

release_notes.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434

3535
<section id="release-notes">
3636
<h1>Release Notes<a class="headerlink" href="#release-notes" title="Link to this heading"></a></h1>
37-
<section id="spec-v3-1-0-12">
38-
<span id="release-notes-spec-v3-1-0-12"></span><h2>spec/v3.1.0-12<a class="headerlink" href="#spec-v3-1-0-12" title="Link to this heading"></a></h2>
37+
<section id="spec-v3-1-0-13">
38+
<span id="release-notes-spec-v3-1-0-13"></span><h2>spec/v3.1.0-13<a class="headerlink" href="#spec-v3-1-0-13" title="Link to this heading"></a></h2>
3939
<section id="new-features">
40-
<span id="release-notes-spec-v3-1-0-12-new-features"></span><h3>New Features<a class="headerlink" href="#new-features" title="Link to this heading"></a></h3>
40+
<span id="release-notes-spec-v3-1-0-13-new-features"></span><h3>New Features<a class="headerlink" href="#new-features" title="Link to this heading"></a></h3>
4141
<ul class="simple">
4242
<li><p>The types <code class="docutils literal notranslate"><span class="pre">bool</span></code> and (scalar) <code class="docutils literal notranslate"><span class="pre">bit</span></code> are now explicitly described as being completely
4343
interchangeable in expression (r-value) positions, and that <code class="docutils literal notranslate"><span class="pre">bit</span></code> and <code class="docutils literal notranslate"><span class="pre">bit[1]</span></code> are distinct
@@ -49,7 +49,7 @@ <h1>Release Notes<a class="headerlink" href="#release-notes" title="Link to this
4949
</ul>
5050
</section>
5151
<section id="upgrade-notes">
52-
<span id="release-notes-spec-v3-1-0-12-upgrade-notes"></span><h3>Upgrade Notes<a class="headerlink" href="#upgrade-notes" title="Link to this heading"></a></h3>
52+
<span id="release-notes-spec-v3-1-0-13-upgrade-notes"></span><h3>Upgrade Notes<a class="headerlink" href="#upgrade-notes" title="Link to this heading"></a></h3>
5353
<ul class="simple">
5454
<li><p>The <code class="docutils literal notranslate"><span class="pre">qubit</span></code> type is no longer a valid base type for an <code class="docutils literal notranslate"><span class="pre">array</span></code>, and it is no longer stated
5555
that the register type <code class="docutils literal notranslate"><span class="pre">qubit[n]</span></code> is equivalent to an <code class="docutils literal notranslate"><span class="pre">array</span></code>; there is no need for these
@@ -58,7 +58,7 @@ <h1>Release Notes<a class="headerlink" href="#release-notes" title="Link to this
5858
</ul>
5959
</section>
6060
<section id="bug-fixes">
61-
<span id="release-notes-spec-v3-1-0-12-bug-fixes"></span><h3>Bug Fixes<a class="headerlink" href="#bug-fixes" title="Link to this heading"></a></h3>
61+
<span id="release-notes-spec-v3-1-0-13-bug-fixes"></span><h3>Bug Fixes<a class="headerlink" href="#bug-fixes" title="Link to this heading"></a></h3>
6262
<ul class="simple">
6363
<li><p>Some minor mathematical errors in the descriptions of the explicit gate
6464
actions in <a class="reference internal" href="language/standard_library.html#sdg" title="language/standard_library"><code class="xref oq oq-gate docutils literal notranslate"><span class="pre">sdg</span></code></a>, <a class="reference internal" href="language/standard_library.html#rx" title="language/standard_library"><code class="xref oq oq-gate docutils literal notranslate"><span class="pre">rx</span></code></a>, <a class="reference internal" href="language/standard_library.html#ry" title="language/standard_library"><code class="xref oq oq-gate docutils literal notranslate"><span class="pre">ry</span></code></a>, <a class="reference internal" href="language/standard_library.html#rz" title="language/standard_library"><code class="xref oq oq-gate docutils literal notranslate"><span class="pre">rz</span></code></a>, <a class="reference internal" href="language/standard_library.html#crx" title="language/standard_library"><code class="xref oq oq-gate docutils literal notranslate"><span class="pre">crx</span></code></a> and
@@ -91,7 +91,7 @@ <h3>Navigation</h3>
9191
<li class="toctree-l1"><a class="reference internal" href="language/index.html">Language</a></li>
9292
<li class="toctree-l1"><a class="reference internal" href="grammar/index.html">OpenQasm 3.0 Grammar</a></li>
9393
<li class="toctree-l1 current"><a class="current reference internal" href="#">Release Notes</a><ul>
94-
<li class="toctree-l2"><a class="reference internal" href="#spec-v3-1-0-12">spec/v3.1.0-12</a><ul>
94+
<li class="toctree-l2"><a class="reference internal" href="#spec-v3-1-0-13">spec/v3.1.0-13</a><ul>
9595
<li class="toctree-l3"><a class="reference internal" href="#new-features">New Features</a></li>
9696
<li class="toctree-l3"><a class="reference internal" href="#upgrade-notes">Upgrade Notes</a></li>
9797
<li class="toctree-l3"><a class="reference internal" href="#bug-fixes">Bug Fixes</a></li>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)