Skip to content

Commit

Permalink
listing unbounded loops and recursions as out of scope
Browse files Browse the repository at this point in the history
  • Loading branch information
bettinaheim committed Oct 19, 2022
1 parent aacbd94 commit bf3e90e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion workstreams/Adaptive_Profile_Workstream.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,12 @@ the Base Profile:
to globally declared LLVM functions that may be called as part of program
execution.

- Support for floating point data types: <br/>
- Computations involving floating point data types: <br/>
... (constants are ok, but cannot be assigned to local variable)

- Unbounded loops or recursions: <br/>
... (program need to be know to terminate)

- Dynamic qubit allocations and access: <br/>
Within the Base Profile, all qubit uses refer directly to a unique qubit id
(requires an update of the full specification as part of this workstream).
Expand Down

0 comments on commit bf3e90e

Please sign in to comment.