-
Notifications
You must be signed in to change notification settings - Fork 347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
STORE documentation says source can be constant value #815
Comments
Oof. The documentation is correct: what can't be constant is the array index. |
14 tasks
appleby
added a commit
that referenced
this issue
Sep 17, 2019
- Replace GateParameter with ParameterDesignator everywhere - Allow immediate floats as third arg in prepare_ternary_operands - Allow immediate values as source arg for STORE and ClassicalStore Fixes #815
appleby
added a commit
that referenced
this issue
Sep 21, 2019
- Allow immediate floats as third arg in prepare_ternary_operands - Allow immediate values as source arg for STORE and ClassicalStore - Allow CONVERT to take any valid memory reference designator, i.e. a MemoryReference, a string, or a tuple of (str, int). Fixes #815
8 tasks
appleby
added a commit
that referenced
this issue
Sep 21, 2019
- Allow immediate floats as third arg in prepare_ternary_operands - Allow immediate values as source arg for STORE and ClassicalStore - Allow CONVERT to take any valid memory reference designator, i.e. a MemoryReference, a string, or a tuple of (str, int). Fixes #815
appleby
added a commit
that referenced
this issue
Sep 21, 2019
- Allow immediate floats as third arg in prepare_ternary_operands - Allow immediate values as source arg for STORE and ClassicalStore - Allow CONVERT to take any valid memory reference designator, i.e. a MemoryReference, a string, or a tuple of (str, int). Fixes #815
appleby
added a commit
that referenced
this issue
Sep 23, 2019
- Replace GateParameter with ParameterDesignator everywhere - Allow immediate floats as third arg in prepare_ternary_operands - Allow immediate values as source arg for STORE and ClassicalStore Fixes #815
appleby
added a commit
that referenced
this issue
Oct 9, 2019
- Replace GateParameter with ParameterDesignator everywhere - Allow immediate floats as third arg in prepare_ternary_operands - Allow immediate values as source arg for STORE and ClassicalStore Fixes #815
appleby
added a commit
that referenced
this issue
Oct 30, 2019
- Replace GateParameter with ParameterDesignator everywhere - Allow immediate floats as third arg in prepare_ternary_operands - Allow immediate values as source arg for STORE and ClassicalStore Fixes #815
appleby
added a commit
that referenced
this issue
Oct 30, 2019
- Replace GateParameter with ParameterDesignator everywhere - Allow immediate floats as third arg in prepare_ternary_operands - Allow immediate values as source arg for STORE and ClassicalStore Fixes #815
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
But actually it type errors if
source
is not aMemoryReference
.The text was updated successfully, but these errors were encountered: