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

Preserve layout in optimize_single_qubit_gates. #119

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

JMuff22
Copy link
Contributor

@JMuff22 JMuff22 commented Sep 12, 2024

Fixes #118

Currently, ancilla qubits are not added to the circuit. So the number of qubits in the quantum circuit is still reduced.

@JMuff22
Copy link
Contributor Author

JMuff22 commented Sep 12, 2024

Additionally, the file src/iqm/qiskit-on-iqm/iqm_transpilation.py has additional problems:

  1. Usage of single quotes. This project uses black which prefers double quotes
  2. Inconsistent British and american english optimise vs optimize. Also neighbouring

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

optimize_single_qubit_gates does not preserve layout
1 participant