Renmusxd / RustQIP

Quantum computing using rust. Efficient and a borrow-checked no cloning theorem!
https://docs.rs/qip/
MIT License
229 stars 18 forks source link

Add circuit serialization. #13

Open Renmusxd opened 4 years ago

Renmusxd commented 4 years ago

Serializing a circuit and loading it later seems like a nice QoL feature. Special consideration needs to be made to the ops which rely on the value of a measurement (perhaps adding a serializable match statement op?).