We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
build_otoc_circuits
If you call build_otoc_circuits with use_physical_cz=False, cz_to_sqrt_iswap is called with corrections=cz_correction
use_physical_cz=False
cz_to_sqrt_iswap
corrections=cz_correction
ReCirq/recirq/otoc/otoc_circuits.py
Line 287 in 144323f
but cz_to_sqrt_iswap has no corrections argument
corrections
ReCirq/recirq/otoc/utils.py
Lines 229 to 232 in 144323f
To reproduce, run python otoc_example.py with use_physical_cz=False.
python otoc_example.py
TypeError: cz_to_sqrt_iswap() got an unexpected keyword argument 'corrections'
The text was updated successfully, but these errors were encountered:
@XiaoMiQC
Sorry, something went wrong.
No branches or pull requests
If you call
build_otoc_circuits
withuse_physical_cz=False
,cz_to_sqrt_iswap
is called withcorrections=cz_correction
ReCirq/recirq/otoc/otoc_circuits.py
Line 287 in 144323f
but
cz_to_sqrt_iswap
has nocorrections
argumentReCirq/recirq/otoc/utils.py
Lines 229 to 232 in 144323f
To reproduce, run
python otoc_example.py
withuse_physical_cz=False
.The text was updated successfully, but these errors were encountered: