Skip to content
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

MultiQubitPauliOperator::operator==のバグ修正 #105

Merged
merged 4 commits into from
Aug 24, 2021

Conversation

Hiroya-W
Copy link
Contributor

MultiQubitPauliOperator::operator==にバグがあり、正しい結果が得られていない問題を修正しました。

原因としては、targetのz_bitsを取得するところでtarget.get_x_bits()が使われており、x_bitsを取得していたことが原因でした。

@kawamochi
Copy link
Contributor

ビルドで落ちてる?

@kawamochi
Copy link
Contributor

Error: Command ['pip', 'install', 'numpy', 'scipy', 'openfermion'] failed with code 1.

@Hiroya-W
Copy link
Contributor Author

これだけcibuildwheelのときに

Building cp310-manylinux_x86_64 wheel
CPython 3.10 manylinux x86_64

が実行されるようになっているのが、他と違うね

Hiroya-W and others added 2 commits August 24, 2021 14:06
scipyがwheelを配布したらpython 3.10向けにビルドするようにする
@kawamochi
Copy link
Contributor

えらすぎる
マージします

@kawamochi kawamochi merged commit 88f2286 into dev Aug 24, 2021
@Hiroya-W Hiroya-W deleted the hiroya-w/fix_mqop_operator_eq branch September 3, 2021 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants