You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _sources/intro.rst.txt
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ Similarly, even if a hardware implementation accepts values declared ``complex[f
70
70
71
71
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".
72
72
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.
Copy file name to clipboardExpand all lines: intro.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ <h2>Implementation Details<a class="headerlink" href="#implementation-details" t
89
89
Similarly, even if a hardware implementation accepts values declared <codeclass="docutils literal notranslate"><spanclass="pre">complex[float[64]]</span></code>, it is not required to accept programs that use the infix <codeclass="docutils literal notranslate"><spanclass="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>
90
90
<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”.
91
91
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>
93
93
</section>
94
94
<sectionid="contributors">
95
95
<h2>Contributors<aclass="headerlink" href="#contributors" title="Link to this heading">¶</a></h2>
Copy file name to clipboardExpand all lines: release_notes.html
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -34,10 +34,10 @@
34
34
35
35
<sectionid="release-notes">
36
36
<h1>Release Notes<aclass="headerlink" href="#release-notes" title="Link to this heading">¶</a></h1>
37
-
<sectionid="spec-v3-1-0-48">
38
-
<spanid="release-notes-spec-v3-1-0-48"></span><h2>spec/v3.1.0-48<aclass="headerlink" href="#spec-v3-1-0-48" title="Link to this heading">¶</a></h2>
37
+
<sectionid="spec-v3-1-0-49">
38
+
<spanid="release-notes-spec-v3-1-0-49"></span><h2>spec/v3.1.0-49<aclass="headerlink" href="#spec-v3-1-0-49" title="Link to this heading">¶</a></h2>
39
39
<sectionid="new-features">
40
-
<spanid="release-notes-spec-v3-1-0-48-new-features"></span><h3>New Features<aclass="headerlink" href="#new-features" title="Link to this heading">¶</a></h3>
40
+
<spanid="release-notes-spec-v3-1-0-49-new-features"></span><h3>New Features<aclass="headerlink" href="#new-features" title="Link to this heading">¶</a></h3>
41
41
<ulclass="simple">
42
42
<li><p>The types <codeclass="docutils literal notranslate"><spanclass="pre">bool</span></code> and (scalar) <codeclass="docutils literal notranslate"><spanclass="pre">bit</span></code> are now explicitly described as being completely
43
43
interchangeable in expression (r-value) positions, and that <codeclass="docutils literal notranslate"><spanclass="pre">bit</span></code> and <codeclass="docutils literal notranslate"><spanclass="pre">bit[1]</span></code> are distinct
@@ -61,7 +61,7 @@ <h1>Release Notes<a class="headerlink" href="#release-notes" title="Link to this
61
61
</ul>
62
62
</section>
63
63
<sectionid="upgrade-notes">
64
-
<spanid="release-notes-spec-v3-1-0-48-upgrade-notes"></span><h3>Upgrade Notes<aclass="headerlink" href="#upgrade-notes" title="Link to this heading">¶</a></h3>
64
+
<spanid="release-notes-spec-v3-1-0-49-upgrade-notes"></span><h3>Upgrade Notes<aclass="headerlink" href="#upgrade-notes" title="Link to this heading">¶</a></h3>
65
65
<ulclass="simple">
66
66
<li><p>It has been clarified that arrays and registers of size zero are
67
67
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
75
75
</ul>
76
76
</section>
77
77
<sectionid="bug-fixes">
78
-
<spanid="release-notes-spec-v3-1-0-48-bug-fixes"></span><h3>Bug Fixes<aclass="headerlink" href="#bug-fixes" title="Link to this heading">¶</a></h3>
78
+
<spanid="release-notes-spec-v3-1-0-49-bug-fixes"></span><h3>Bug Fixes<aclass="headerlink" href="#bug-fixes" title="Link to this heading">¶</a></h3>
79
79
<ulclass="simple">
80
80
<li><p>Fix a typo in a example of the <codeclass="docutils literal notranslate"><spanclass="pre">durationof</span></code> keyword.</p></li>
81
81
</ul>
@@ -90,7 +90,7 @@ <h1>Release Notes<a class="headerlink" href="#release-notes" title="Link to this
90
90
</ul>
91
91
</section>
92
92
<sectionid="other-notes">
93
-
<spanid="release-notes-spec-v3-1-0-48-other-notes"></span><h3>Other Notes<aclass="headerlink" href="#other-notes" title="Link to this heading">¶</a></h3>
93
+
<spanid="release-notes-spec-v3-1-0-49-other-notes"></span><h3>Other Notes<aclass="headerlink" href="#other-notes" title="Link to this heading">¶</a></h3>
0 commit comments