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

ノイズゲートを追加 #207

Open
wants to merge 7 commits into
base: prec_and_space_python
Choose a base branch
from
Open

Conversation

gandalfr-KY
Copy link
Contributor

旧Qulacsで用いられていたノイズゲートのいくつかを追加しました.


// bit-flip error
template <Precision Prec, ExecutionSpace Space>
inline Gate<Prec, Space> XNoise(std::int64_t target, double error_rate) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BitFlipNoise から名前を変更しました.
お気持ちとしては作用が分かりやすいのと,IndependentXZNoise は X とか Z の名前を冠しているのに普通のノイズになると名前から消えるのが微妙でした.
もっと良い名前があれば/元の名前の方が良ければ名前を変えます.

@gandalfr-KY gandalfr-KY changed the base branch from prec_and_space to prec_and_space_python March 10, 2025 14:07
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.

1 participant