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

example for Deutsch algorithm #17

Closed atwupack closed 4 years ago

atwupack commented 4 years ago

Hi, I started learning about QC using your library and maybe you want to include this example of the Deutsch algorithm I made with it into your repository.

André

Renmusxd commented 4 years ago

Thanks for helping with #7!

atwupack commented 4 years ago

Done. Thanks for including the example.