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

Add multi-qubit and multi-control gates. #225

Merged
merged 3 commits into from
Oct 28, 2020

Conversation

sergeisakov
Copy link
Collaborator

No description provided.

@google-cla google-cla bot added the cla: yes Override CLA status to unblock PR. label Oct 27, 2020
@@ -46,12 +48,19 @@ void TestApplyGate1() {
auto gate5 = GateZ<fp_type>::Create(4, 0);
auto gate6 = GateHZ2<fp_type>::Create(5, 0);

puts("obs1");
Copy link
Collaborator

Choose a reason for hiding this comment

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

Remove debug lines?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done.

lib/simulator_avx.h Outdated Show resolved Hide resolved
@95-martin-orion 95-martin-orion added the kokoro:run Trigger Kokoro builds for this PR. label Oct 28, 2020
@qsim-qsimh-bot qsim-qsimh-bot removed the kokoro:run Trigger Kokoro builds for this PR. label Oct 28, 2020
@sergeisakov sergeisakov merged commit 57cc9fb into master Oct 28, 2020
@sergeisakov sergeisakov deleted the multi-qubit-multi-control-gates branch October 28, 2020 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Override CLA status to unblock PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants