Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quantumbfs/bitbasis.jl
Types and operations for basis represented by bits in linear algebra.
https://github.com/quantumbfs/bitbasis.jl
julia linear-algebra mathematics quantum-physics
Last synced: about 4 hours ago
JSON representation
Types and operations for basis represented by bits in linear algebra.
- Host: GitHub
- URL: https://github.com/quantumbfs/bitbasis.jl
- Owner: QuantumBFS
- License: apache-2.0
- Created: 2019-02-12T09:23:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T20:12:57.000Z (6 months ago)
- Last Synced: 2024-05-22T21:36:28.240Z (6 months ago)
- Topics: julia, linear-algebra, mathematics, quantum-physics
- Language: Julia
- Homepage: http://quantumbfs.github.io/BitBasis.jl/latest
- Size: 1.05 MB
- Stars: 17
- Watchers: 5
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BitBasis
[![Build Status](https://github.com/QuantumBFS/BitBasis.jl/workflows/CI/badge.svg)](https://github.com/QuantumBFS/BitBasis.jl/actions)
[![Codecov](https://codecov.io/gh/QuantumBFS/BitBasis.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/QuantumBFS/BitBasis.jl)
[![Aqua QA](https://img.shields.io/badge/Aqua.jl-%F0%9F%8C%A2-aqua.svg)](https://github.com/JuliaTesting/Aqua.jl)Types and operations for basis represented by bits in linear algebra.
## Installation
In Julia **v1.0+**, please type `]` in the REPL to use the package mode, then type this command:
```julia
pkg> add BitBasis
```## Documentation
| stable | dev |
|:-------:|:-------:|
|[![doc-stable](https://img.shields.io/badge/docs-stable-blue.svg)](http://quantumbfs.github.io/BitBasis.jl/stable)|[![doc-latest](https://img.shields.io/badge/docs-latest-blue.svg)](http://quantumbfs.github.io/BitBasis.jl/latest)|## License
Apache License 2.0