Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShoyaYasuda committed Jun 7, 2023
1 parent 8d56f3d commit b1fa35c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ for r in result:

### サンプルコード2
3ルーク問題は、3×3マスに3つのルーク(飛車)を互いに利きが及ばないように置く方法を探す問題です。2次元配列的な量子ビットの設定方法と、Auto_arrayクラスによる4種の結果可視化方法をご確認ください。
```

```python
from tytan import symbols, Compile, sampler, Auto_array

#量子ビットを用意(まとめて指定)
Expand Down

0 comments on commit b1fa35c

Please sign in to comment.