Browse Source

Modify README

master
Pete Shadbolt 7 years ago
parent
commit
f2dd0fcab0
2 changed files with 4 additions and 2 deletions
  1. +2
    -0
      .bumpversion.cfg
  2. +2
    -2
      README.md

+ 2
- 0
.bumpversion.cfg View File

@@ -9,3 +9,5 @@ tag = True

[bumpversion:file:abp/static/index.html]

[bumpversion:file:README.md]


+ 2
- 2
README.md View File

@@ -1,4 +1,4 @@
# abp
# abp 0.4.18

Python port of Anders and Briegel' s [method](https://arxiv.org/abs/quant-ph/0504117) for fast simulation of Clifford circuits. You can read the full documentation [here](https://peteshadbolt.co.uk/abp/).

@@ -7,7 +7,7 @@ Python port of Anders and Briegel' s [method](https://arxiv.org/abs/quant-ph/050
It's easiest to install with `pip`:

```shell
$ pip install --user abp
$ pip install --user abp==0.4.18
```

Or clone and install in `develop` mode:


Loading…
Cancel
Save