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

Make op which reads from a mutable variable for tuning circuits. #16

Open Renmusxd opened 4 years ago

Renmusxd commented 4 years ago

Some types of circuits rely on tuning parameters but keeping the overall architecture intact, for large circuits it would be more convenient to have ops which can read from a RWLock protected variable during execution.

Renmusxd commented 3 years ago

For reference this would be useful for projects like this Quantum Neural Networks