https://github.com/quantumbfs/yaolang.jl
YaoLang: The next DSL for Yao and quantum programs.
https://github.com/quantumbfs/yaolang.jl
Last synced: about 1 year ago
JSON representation
YaoLang: The next DSL for Yao and quantum programs.
- Host: GitHub
- URL: https://github.com/quantumbfs/yaolang.jl
- Owner: QuantumBFS
- License: apache-2.0
- Created: 2019-10-31T23:40:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-17T03:16:03.000Z (about 5 years ago)
- Last Synced: 2025-02-16T02:41:16.365Z (over 1 year ago)
- Language: Julia
- Homepage: https://yaoquantum.org/YaoLang.jl/dev/
- Size: 2.36 MB
- Stars: 31
- Watchers: 5
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YaoLang
[](https://github.com/QuantumBFS/YaoLang.jl/actions)
[](https://codecov.io/gh/QuantumBFS/YaoLang.jl)
The next DSL for Yao and quantum programs.
**disclaimer: this package is still at alpha stage and things are very like to be broken and changed during this phase.**
**this package requires Julia 1.6+**
This package is currently in release alpha, and is not included in [Yao](https://github.com/QuantumBFS/Yao.jl), expect some adventures and rough edges. Please feel free to open an issue.
## Installation
YaoLang is a
Julia Language
package. To install YaoLang,
please open
Julia's interactive session (known as REPL) and press ] key in the REPL to use the package mode, then type the following command
```julia
pkg> add YaoLang#master
```
## License
YaoLang is released under the Apache 2 license.