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

Examples PR 2: Deutch example #42

Open kris524 opened 2 years ago

kris524 commented 2 years ago

Just to keep stuff clean, Ive made a new PR with the next batch of examples. Old example is here

kris524 commented 2 years ago

Quick question: What can I use to substitute apply_function? Also, are there any new algorithms you would like to see as examples?

Renmusxd commented 2 years ago

apply_function is basically like a single line of program! So that would be the most likely substitute.

Renmusxd commented 2 years ago

Ill have some time to look over the PRs tomorrow - Thanks again!