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

General Driver #1

Open
hfinkel opened this issue Dec 20, 2018 · 0 comments
Open

General Driver #1

hfinkel opened this issue Dec 20, 2018 · 0 comments

Comments

@hfinkel
Copy link
Collaborator

hfinkel commented Dec 20, 2018

Add a general driver...

Based on examples quil_simple_circuit_read.c and projectq_vqe_1good.c. Add JSON files (one for run parameters (dt, etc.), one for device parameters (T1, T2, etc.) and one for the circuit definition. Might also use Python embedded to make the config files instead (or just expose as a Python library - maybe make a Qiskit backend - https://medium.com/qiskit/qiskit-backends-what-they-are-and-how-to-work-with-them-fb66b3bd0463)

Modify circuit builder to make multiple gates run at the same time.

Per qubit T1,T2 times plus coupling parameters. Also, may have different values "during gates" than otherwise.

Measurements: Need to add a measurement operator to QuaC.

Gate errors: We need to figure out the modeling approach (but see note about changing T1/T2/etc. during gates). Add errors on angles for rotations.

May also add random rotations to other gates, maybe random Clifford gates, etc.

For initial parameters database, see https://www.rigetti.com/qpu ; https://quantumexperience.ng.bluemix.net/qx/editor ;

For leakage: subtract amplitudes and renormalize. Remember the overall factor.

Add time-dependent gate operators.

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

No branches or pull requests

1 participant