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

[Backlog] Remove Lists of Operations #200

Open
GenericP3rson opened this issue Oct 13, 2023 · 0 comments
Open

[Backlog] Remove Lists of Operations #200

GenericP3rson opened this issue Oct 13, 2023 · 0 comments
Labels
good first issue Good for newcomers

Comments

@GenericP3rson
Copy link
Collaborator

GenericP3rson commented Oct 13, 2023

If #187 gets merged, specifically the automatic merging of the operation lists into a global list, we will likely want to update all hard-coded long operations lists to use that list instead. For example, one place to update would be:

op_types=(
tq.Hadamard,
tq.SHadamard,
tq.PauliX,
tq.PauliY,
tq.PauliZ,
tq.S,
tq.T,
tq.SX,
tq.CNOT,
tq.CZ,
tq.CY,
tq.RX,
tq.RY,
tq.RZ,
tq.RZZ,
tq.SWAP,
tq.CSWAP,
tq.Toffoli,
tq.PhaseShift,
tq.Rot,
tq.MultiRZ,
tq.CRX,
tq.CRY,
tq.CRZ,
tq.CRot,
tq.U1,
tq.U2,
tq.U3,
tq.MultiCNOT,
tq.MultiXCNOT,
),

@GenericP3rson GenericP3rson added the good first issue Good for newcomers label Oct 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant