Julia package for convenient quantum computing and quantum machine learning routines.
Find Julia notebooks of minimal working examples in the folder notebooks.
- Open a branch with a name suggesting the feature that is being implemented, e.g. "qcnn-invariant"
- Work on the branch to implement the feature
- Once the feature is complete, open a pull request to merge with main and WAIT for someone to check the pull request
- Do not enforce any merge, ever!
- .github/workflows: contains the yml file to build the documentation and commit on the gh-pages branch
- docs: contains make.jl and index.md for the generation of documentation
- runs: contains run files which can be used as a template to run the code
- notebooks: contains Julia notebooks with minimal working examples and showcasing of applications
- src: contains the source code