Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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