Metadata-Version: 2.1
Name: neze-bloch-sphere
Version: 0
Summary: Bloch sphere simulation
Home-page: UNKNOWN
Author: Clement Durand
Author-email: durand.clement.13@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: matplotlib
Requires-Dist: numpy

# Installation example

**Written to work with python3**

```
λ mkvirtualenv -p python3 blochsphere
λ pip install neze-bloch-sphere
```

# Running

```
λ workon blochsphere
λ python -m blochsphere
```


