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 utils to tests #23

Closed oxarbitrage closed 3 years ago

oxarbitrage commented 3 years ago

The assert_almost_eq is duplicated in almost all the tests so i moved it into a new utils mod.

Renmusxd commented 3 years ago

Sounds good. Honestly this whole package was my first rust project so there are a number of overlooked issues. Thanks for the help!