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

Rename some test files #22

Closed oxarbitrage closed 3 years ago

oxarbitrage commented 3 years ago

There are some inconsistencies with the test files, some have _testsuffix, others _tests and other just none like basic_measure.rs.

I think the best is to just remove all the suffixes.