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

Improve integer-based Clifford operations for 1Q/2Q RB #940

Merged
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
include LICENSE.txt
include requirements.txt
include qiskit_experiments/VERSION.txt
include qiskit_experiments/library/randomized_benchmarking/data/*.npz
itoko marked this conversation as resolved.
Show resolved Hide resolved
exclude qiskit_experiments/library/randomized_benchmarking/data/*.py
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
exclude qiskit_experiments/library/randomized_benchmarking/data/*.py
exclude qiskit_experiments/library/randomized_benchmarking/data/generate_clifford_data.py

I think you must explicitly state the file name. Otherwise this could cause unexpected bug in the future update.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've found the simplest way to include *.npz and exclude *.py is do nothing here (and having no init file for the data directory). Resolved in a04310a

This file was deleted.

Loading