ソースを参照

Update README.md

master
Pete Shadbolt GitHub 7年前
コミット
4fc08e8eed
1個のファイルの変更0行の追加1行の削除
  1. +0
    -1
      README.md

+ 0
- 1
README.md ファイルの表示

@@ -35,7 +35,6 @@ Now, in another terminal, use `abp.fancy.GraphState` to run a Clifford circuit:

```python
>>> from abp.fancy import GraphState
>>> g = GraphState(10)
>>> g = GraphState(range(10))
>>> for i in range(10):
... g.act_hadamard(i)


読み込み中…
キャンセル
保存