Closed Roger-luo closed 9 months ago
also can we have our CI actually executing the file without any cached data? e.g we can let this trigger by PR comments only
the example is not runing because
run_times = np.linspace(0, 3, 101)
this assigns the first duration to be zero, which causing trouble for compile checks
There must be a bug in the canonicalization pass which should have removed the segment with a duration = 0.
EDIT: Don't see any bugs, also there are tests to cover this so I am not entirely sure what is going on here.
What version are you running? I can't reproduce this error.
Docs finished building successfully: https://github.com/QuEraComputing/bloqade-python-examples/actions/runs/7598088111
What version are you running? I can't reproduce this error.
lastest pypi version?
EDIT: Don't see any bugs, also there are tests to cover this so I am not entirely sure what is going on here.
even after removing the data file?
just run the tutorial one script (without emulation data file), and you will get the following