An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# YaoLang

[![Build Status](https://github.com/QuantumBFS/YaoLang.jl/workflows/CI/badge.svg)](https://github.com/QuantumBFS/YaoLang.jl/actions)
[![Codecov](https://codecov.io/gh/QuantumBFS/YaoLang.jl/branch/master/graph/badge.svg)](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.