Open JoshuaLau0220 opened 11 months ago
The benchmark/ folder is so large that our project is filled with .qasm files. It would be better if we separated the folder into another repo. Benchmarks that the tests need can live inside tests/.
benchmark/
.qasm
tests/
New benchmarks can include the followings
The
benchmark/
folder is so large that our project is filled with.qasm
files. It would be better if we separated the folder into another repo. Benchmarks that the tests need can live insidetests/
.