Renmusxd / RustQIP

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

Fix the endianess problem #25

Open Renmusxd opened 3 years ago

Renmusxd commented 3 years ago

The 0th qubit can either refer to the least significant or most significant position depending on the context. This makes it confusing to work on internals and should be resolved before the 1.0 release ( Issue #6 ).