Skip to content

Commit cb06fa0

Browse files
committed
fix docs
1 parent af31f46 commit cb06fa0

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docs/source/how_it_works.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"*quantum circuit*.\n",
1616
"\n",
1717
"Unlike other libraries that translate individual operations into quantum circuits before combining them, \n",
18-
"qlasskit constructs a singular boolean expression for each output qubit of the entire function. \n",
18+
"qlasskit constructs a single boolean expression for each output qubit of the entire function. \n",
1919
"This unique approach facilitates advanced optimization leveraging boolean algebraic properties.\n",
2020
"\n",
2121
"\n",

docs/source/index.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,16 @@ Indices and tables
3434
* :ref:`genindex`
3535
* :ref:`modindex`
3636
* :ref:`search`
37+
38+
39+
Cite
40+
======
41+
42+
```
43+
@software{qlasskit2023,
44+
author = {Davide Gessa},
45+
title = {qlasskit: a python-to-quantum circuit compiler},
46+
url = {https://github.com/dakk/qlasskit},
47+
year = {2023},
48+
}
49+
```

0 commit comments

Comments
 (0)