https://github.com/quantumbfs/bqcesubroutine.jl
Basic Quantum Circuit Emulation Subroutine
https://github.com/quantumbfs/bqcesubroutine.jl
Last synced: about 1 year ago
JSON representation
Basic Quantum Circuit Emulation Subroutine
- Host: GitHub
- URL: https://github.com/quantumbfs/bqcesubroutine.jl
- Owner: QuantumBFS
- License: mit
- Created: 2020-12-20T05:36:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-03T15:53:34.000Z (over 4 years ago)
- Last Synced: 2025-02-16T02:41:14.095Z (over 1 year ago)
- Language: Julia
- Homepage:
- Size: 350 KB
- Stars: 5
- Watchers: 4
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BQCESubroutine
[](https://github.com/QuantumBFS/BQCESubroutine.jl/actions)
[](https://codecov.io/gh/QuantumBFS/BQCESubroutine.jl)
[![][docs-stable-img]][docs-stable-url]
[![][docs-dev-img]][docs-dev-url]
Basic Quantum Circuit Emulation Subroutine
## Installation
BQCESubroutine is a
Julia Language
package. To install BQCESubroutine,
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 BQCESubroutine
```
## License
MIT License
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
[docs-dev-url]: https://QuantumBFS.github.io/BQCESubroutine.jl/dev/
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
[docs-stable-url]: https://QuantumBFS.github.io/BQCESubroutine.jl/stable