Skip to content

Commit c720147

Browse files
committed
Deploying to main from @ openqasm/openqasm@c33421b 🚀
1 parent 72db29d commit c720147

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

_sources/intro.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Similarly, even if a hardware implementation accepts values declared ``complex[f
7070

7171
Hardware implementations that support a particular feature *must* follow the rules for it given in this specification, unless such a feature is specifically stated to be "implementation-defined".
7272
If they cannot, then they *must not* accept programs that use that feature.
73-
The user can therefore expect that if an OpenQASM 3 program accepted by two implementations, both will perform the same behaviour except in cases this document explicitly allows it to differ.
73+
The user can therefore expect that if an OpenQASM 3 program is accepted by two implementations, both will perform the same behaviour except in cases this document explicitly allows it to differ.
7474

7575

7676
Contributors

index.html

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

intro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h2>Implementation Details<a class="headerlink" href="#implementation-details" t
8989
Similarly, even if a hardware implementation accepts values declared <code class="docutils literal notranslate"><span class="pre">complex[float[64]]</span></code>, it is not required to accept programs that use the infix <code class="docutils literal notranslate"><span class="pre">**</span></code> power operator on them at runtime, but a compiler is required to evaluate such operator expressions if the operands are compile-time known.</p>
9090
<p>Hardware implementations that support a particular feature <em>must</em> follow the rules for it given in this specification, unless such a feature is specifically stated to be “implementation-defined”.
9191
If they cannot, then they <em>must not</em> accept programs that use that feature.
92-
The user can therefore expect that if an OpenQASM 3 program accepted by two implementations, both will perform the same behaviour except in cases this document explicitly allows it to differ.</p>
92+
The user can therefore expect that if an OpenQASM 3 program is accepted by two implementations, both will perform the same behaviour except in cases this document explicitly allows it to differ.</p>
9393
</section>
9494
<section id="contributors">
9595
<h2>Contributors<a class="headerlink" href="#contributors" title="Link to this heading"></a></h2>

objects.inv

0 Bytes
Binary file not shown.

release_notes.html

Lines changed: 7 additions & 7 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-48">
38-
<span id="release-notes-spec-v3-1-0-48"></span><h2>spec/v3.1.0-48<a class="headerlink" href="#spec-v3-1-0-48" title="Link to this heading"></a></h2>
37+
<section id="spec-v3-1-0-49">
38+
<span id="release-notes-spec-v3-1-0-49"></span><h2>spec/v3.1.0-49<a class="headerlink" href="#spec-v3-1-0-49" title="Link to this heading"></a></h2>
3939
<section id="new-features">
40-
<span id="release-notes-spec-v3-1-0-48-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-49-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
@@ -61,7 +61,7 @@ <h1>Release Notes<a class="headerlink" href="#release-notes" title="Link to this
6161
</ul>
6262
</section>
6363
<section id="upgrade-notes">
64-
<span id="release-notes-spec-v3-1-0-48-upgrade-notes"></span><h3>Upgrade Notes<a class="headerlink" href="#upgrade-notes" title="Link to this heading"></a></h3>
64+
<span id="release-notes-spec-v3-1-0-49-upgrade-notes"></span><h3>Upgrade Notes<a class="headerlink" href="#upgrade-notes" title="Link to this heading"></a></h3>
6565
<ul class="simple">
6666
<li><p>It has been clarified that arrays and registers of size zero are
6767
allowed; however, integers and angles must have size greater than
@@ -75,7 +75,7 @@ <h1>Release Notes<a class="headerlink" href="#release-notes" title="Link to this
7575
</ul>
7676
</section>
7777
<section id="bug-fixes">
78-
<span id="release-notes-spec-v3-1-0-48-bug-fixes"></span><h3>Bug Fixes<a class="headerlink" href="#bug-fixes" title="Link to this heading"></a></h3>
78+
<span id="release-notes-spec-v3-1-0-49-bug-fixes"></span><h3>Bug Fixes<a class="headerlink" href="#bug-fixes" title="Link to this heading"></a></h3>
7979
<ul class="simple">
8080
<li><p>Fix a typo in a example of the <code class="docutils literal notranslate"><span class="pre">durationof</span></code> keyword.</p></li>
8181
</ul>
@@ -90,7 +90,7 @@ <h1>Release Notes<a class="headerlink" href="#release-notes" title="Link to this
9090
</ul>
9191
</section>
9292
<section id="other-notes">
93-
<span id="release-notes-spec-v3-1-0-48-other-notes"></span><h3>Other Notes<a class="headerlink" href="#other-notes" title="Link to this heading"></a></h3>
93+
<span id="release-notes-spec-v3-1-0-49-other-notes"></span><h3>Other Notes<a class="headerlink" href="#other-notes" title="Link to this heading"></a></h3>
9494
<ul class="simple">
9595
<li><p>Update copyright notices.</p></li>
9696
</ul>
@@ -120,7 +120,7 @@ <h3>Navigation</h3>
120120
<li class="toctree-l1"><a class="reference internal" href="language/index.html">Language</a></li>
121121
<li class="toctree-l1"><a class="reference internal" href="grammar/index.html">OpenQASM 3.0 Grammar</a></li>
122122
<li class="toctree-l1 current"><a class="current reference internal" href="#">Release Notes</a><ul>
123-
<li class="toctree-l2"><a class="reference internal" href="#spec-v3-1-0-48">spec/v3.1.0-48</a><ul>
123+
<li class="toctree-l2"><a class="reference internal" href="#spec-v3-1-0-49">spec/v3.1.0-49</a><ul>
124124
<li class="toctree-l3"><a class="reference internal" href="#new-features">New Features</a></li>
125125
<li class="toctree-l3"><a class="reference internal" href="#upgrade-notes">Upgrade Notes</a></li>
126126
<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)