Skip to content

Commit 542e206

Browse files
committed
Deploying to main from @ openqasm/openqasm@d99f41a 🚀
1 parent 7df8fd2 commit 542e206

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
@@ -134,7 +134,7 @@ <h1>OpenQASM Live Specification<a class="headerlink" href="#openqasm-version-spe
134134
</li>
135135
<li class="toctree-l1"><a class="reference internal" href="grammar/index.html">OpenQASM 3.0 Grammar</a></li>
136136
<li class="toctree-l1"><a class="reference internal" href="release_notes.html">Release Notes</a><ul>
137-
<li class="toctree-l2"><a class="reference internal" href="release_notes.html#spec-v3-1-0-25">spec/v3.1.0-25</a><ul>
137+
<li class="toctree-l2"><a class="reference internal" href="release_notes.html#spec-v3-1-0-26">spec/v3.1.0-26</a><ul>
138138
<li class="toctree-l3"><a class="reference internal" href="release_notes.html#new-features">New Features</a></li>
139139
<li class="toctree-l3"><a class="reference internal" href="release_notes.html#upgrade-notes">Upgrade Notes</a></li>
140140
<li class="toctree-l3"><a class="reference internal" href="release_notes.html#bug-fixes">Bug Fixes</a></li>

objects.inv

0 Bytes
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-25">
38-
<span id="release-notes-spec-v3-1-0-25"></span><h2>spec/v3.1.0-25<a class="headerlink" href="#spec-v3-1-0-25" title="Link to this heading"></a></h2>
37+
<section id="spec-v3-1-0-26">
38+
<span id="release-notes-spec-v3-1-0-26"></span><h2>spec/v3.1.0-26<a class="headerlink" href="#spec-v3-1-0-26" title="Link to this heading"></a></h2>
3939
<section id="new-features">
40-
<span id="release-notes-spec-v3-1-0-25-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-26-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
@@ -56,7 +56,7 @@ <h1>Release Notes<a class="headerlink" href="#release-notes" title="Link to this
5656
</ul>
5757
</section>
5858
<section id="upgrade-notes">
59-
<span id="release-notes-spec-v3-1-0-25-upgrade-notes"></span><h3>Upgrade Notes<a class="headerlink" href="#upgrade-notes" title="Link to this heading"></a></h3>
59+
<span id="release-notes-spec-v3-1-0-26-upgrade-notes"></span><h3>Upgrade Notes<a class="headerlink" href="#upgrade-notes" title="Link to this heading"></a></h3>
6060
<ul class="simple">
6161
<li><p>It has been clarified that arrays and registers of size zero are
6262
allowed; however, integers and angles must have size greater than
@@ -70,7 +70,7 @@ <h1>Release Notes<a class="headerlink" href="#release-notes" title="Link to this
7070
</ul>
7171
</section>
7272
<section id="bug-fixes">
73-
<span id="release-notes-spec-v3-1-0-25-bug-fixes"></span><h3>Bug Fixes<a class="headerlink" href="#bug-fixes" title="Link to this heading"></a></h3>
73+
<span id="release-notes-spec-v3-1-0-26-bug-fixes"></span><h3>Bug Fixes<a class="headerlink" href="#bug-fixes" title="Link to this heading"></a></h3>
7474
<ul class="simple">
7575
<li><p>Some minor mathematical errors in the descriptions of the explicit gate
7676
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
@@ -103,7 +103,7 @@ <h3>Navigation</h3>
103103
<li class="toctree-l1"><a class="reference internal" href="language/index.html">Language</a></li>
104104
<li class="toctree-l1"><a class="reference internal" href="grammar/index.html">OpenQASM 3.0 Grammar</a></li>
105105
<li class="toctree-l1 current"><a class="current reference internal" href="#">Release Notes</a><ul>
106-
<li class="toctree-l2"><a class="reference internal" href="#spec-v3-1-0-25">spec/v3.1.0-25</a><ul>
106+
<li class="toctree-l2"><a class="reference internal" href="#spec-v3-1-0-26">spec/v3.1.0-26</a><ul>
107107
<li class="toctree-l3"><a class="reference internal" href="#new-features">New Features</a></li>
108108
<li class="toctree-l3"><a class="reference internal" href="#upgrade-notes">Upgrade Notes</a></li>
109109
<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)