issues
search
DVLab-NTU
/
qsyn
A C++-based growing software system for synthesizing, optimizing, and verifying quantum circuits
Apache License 2.0
168
stars
15
forks
source link
Remove outdated folders
#124
Closed
chinyi0523
closed
6 months ago
chinyi0523
commented
6 months ago
Check List
[ ] Does your submission pass tests by running
make test
?
[ ] If you have specified a [no ci] tag, does your submission also pass tests by running
make test-docker
?
[ ] Have you linted your code locally with
make lint
before submission?
Added
-
Changed
Remove the requirement of OpenMP in CMake
Fixed
Fix parsing errors in MacOS (arm64-apple-xxx)
Automatically export correct path for llvm installation
Removed
ref/
,
docs/
, and
demo/
Check List
make test
?make test-docker
?make lint
before submission?Added
-
Changed
Fixed
Removed
ref/
,docs/
, anddemo/