소스 검색

Update README

master
Pete Shadbolt 7 년 전
부모
커밋
86c969ea3b
2개의 변경된 파일16개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -0
      .gitignore
  2. +15
    -1
      README.md

+ 1
- 0
.gitignore 파일 보기

@@ -1,3 +1,4 @@
scripts/
chp/
.venv
.anders


+ 15
- 1
README.md 파일 보기

@@ -2,13 +2,27 @@

Python port of Anders and Briegel' s [method](https://arxiv.org/abs/quant-ph/0504117) for fast simulation of Clifford circuits. Should do thousands of qubits without much trouble.

![demo](examples/demo.gif)

## Installation

Install with `pip`:

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

![demo](examples/demo.gif)
Or clone and install:

```shell
$ git clone https://github.com/peteshadbolt/abp
$ python setup.py install --user
```

# Documentation

You can read the documentation [here](https://peteshadbolt.co.uk/abp/).


## Visualization



불러오는 중...
취소
저장