issues
search
Qiskit
/
openqasm3_parser
Parser and semantic analyzer for the OpenQASM3 language
Apache License 2.0
11
stars
12
forks
source link
Various small changes while preparing to improve type checking
#192
Closed
jlapeyre
closed
7 months ago
jlapeyre
commented
7 months ago
Remove an unecessary
clone
and add comment
Add some methods for asg::IndexOperator
Rename some functions for consistency.
Corrections in comments.
Make some improvements in methods in types.rs Some of these methods are not completed yet. But this brings it a bit closer.
Add
equal_up_to_shape
. Try to make this and
equal_up_to_dims
do the correct things
clone
and add commentequal_up_to_shape
. Try to make this andequal_up_to_dims
do the correct things