Skip to content

Commit 8427d6f

Browse files
committed
Update welcome and sync
closes #11
1 parent 24a6dcc commit 8427d6f

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

content/home/welcome.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Welcome to _Quantum Programming Languages & Verification Bibliography_.
2121

2222
Our goal is to provide [canonical bibentries](/bib/about) in [BibTeX](https://raw.githubusercontent.com/QuantumPL/bib/main/bbt.bib) and [BibLaTeX](https://raw.githubusercontent.com/QuantumPL/bib/main/biblatex.bib) formats.
2323

24-
Please [use this form](https://forms.gle/watgbhcDa5jkf85T7) if you find any mistakes or missing entries.
24+
Please see the [Contributing Guide](https://github.com/QuantumPL/bib/blob/main/CONTRIBUTING.md) or [use this form](https://forms.gle/watgbhcDa5jkf85T7) if you would like to add/correct any entries.
2525

2626
{{% cta cta_link="./publication/" cta_text="See all publications →" %}}
2727
</center>

content/publication/Liu2019/cite.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ @inproceedings{Liu2019
1212
pages = {187--207},
1313
doi = {10.1007/978-3-030-25543-5_12},
1414
abstract = {We formalize the theory of quantum Hoare logic (QHL) [TOPLAS 33(6),19], an extension of Hoare logic for reasoning about quantum programs. In particular, we formalize the syntax and semantics of quantum programs in Isabelle/HOL, write down the rules of quantum Hoare logic, and verify the soundness and completeness of the deduction system for partial correctness of quantum programs. As preliminary work, we formalize some necessary mathematical background in linear algebra, and define tensor products of vectors and matrices on quantum variables. As an application, we verify the correctness of Grover's search algorithm. To our best knowledge, this is the first time a Hoare logic for quantum programs is formalized in an interactive theorem prover, and used to verify the correctness of a nontrivial quantum algorithm.},
15-
keywords = {hoare logic},
15+
keywords = {hoare logic, qhlprover},
1616
webnote = {See also: Isabelle AFP entry \cite{Liu2019a}},
1717
bibsource = {Quantum Programming Languages \& Verification Bibliography, https://git.io/qpl-bib}
1818
}

content/publication/Liu2019/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ authors:
1515
- Naijun Zhan
1616
tags:
1717
- hoare logic
18+
- qhlprover
1819
categories: []
1920
date: '2019-07-01'
2021
lastmod: 2021-08-16T11:44:18-05:00

content/publication/Liu2019a/cite.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ @article{Liu2019a
77
volume = {2019},
88
url = {https://isa-afp.org/entries/QHLProver.html},
99
abstract = {We formalize quantum Hoare logic [TOPLAS 33(6),19]. In particular, we specify the syntax and denotational semantics of a simple model of quantum programs. Then, we write down the rules of quantum Hoare logic for partial correctness, and show the soundness and completeness of the resulting proof system. As an application, we verify the correctness of Grover's algorithm.},
10-
keywords = {hoare logic},
10+
keywords = {hoare logic, qhlprover},
1111
webnote = {Formal proof development in Isabelle, supplement to \cite{Liu2019}},
1212
bibsource = {Quantum Programming Languages \& Verification Bibliography, https://git.io/qpl-bib}
1313
}

static/retro/bbt_abstracts.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1843,7 +1843,7 @@ <h1>Quantum PL & Verification Bibliography</h1>
18431843
We formalize the theory of quantum Hoare logic (QHL) [TOPLAS 33(6),19], an extension of Hoare logic for reasoning about quantum programs. In particular, we formalize the syntax and semantics of quantum programs in Isabelle/HOL, write down the rules of quantum Hoare logic, and verify the soundness and completeness of the deduction system for partial correctness of quantum programs. As preliminary work, we formalize some necessary mathematical background in linear algebra, and define tensor products of vectors and matrices on quantum variables. As an application, we verify the correctness of Grover's search algorithm. To our best knowledge, this is the first time a Hoare logic for quantum programs is formalized in an interactive theorem prover, and used to verify the correctness of a nontrivial quantum algorithm.
18441844
</blockquote>
18451845
<blockquote>
1846-
Keywords: hoare logic
1846+
Keywords: hoare logic, qhlprover
18471847
</blockquote>
18481848

18491849
</td>
@@ -1865,7 +1865,7 @@ <h1>Quantum PL & Verification Bibliography</h1>
18651865
We formalize quantum Hoare logic [TOPLAS 33(6),19]. In particular, we specify the syntax and denotational semantics of a simple model of quantum programs. Then, we write down the rules of quantum Hoare logic for partial correctness, and show the soundness and completeness of the resulting proof system. As an application, we verify the correctness of Grover's algorithm.
18661866
</blockquote>
18671867
<blockquote>
1868-
Keywords: hoare logic
1868+
Keywords: hoare logic, qhlprover
18691869
</blockquote>
18701870

18711871
</td>

static/retro/bbt_bib.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1561,7 +1561,7 @@ <h1>bbt.bib</h1><a name="Abramsky2004"></a><pre>
15611561
pages = {187--207},
15621562
doi = {10.1007/978-3-030-25543-5_12},
15631563
abstract = {We formalize the theory of quantum Hoare logic (QHL) [TOPLAS 33(6),19], an extension of Hoare logic for reasoning about quantum programs. In particular, we formalize the syntax and semantics of quantum programs in Isabelle/HOL, write down the rules of quantum Hoare logic, and verify the soundness and completeness of the deduction system for partial correctness of quantum programs. As preliminary work, we formalize some necessary mathematical background in linear algebra, and define tensor products of vectors and matrices on quantum variables. As an application, we verify the correctness of Grover's search algorithm. To our best knowledge, this is the first time a Hoare logic for quantum programs is formalized in an interactive theorem prover, and used to verify the correctness of a nontrivial quantum algorithm.},
1564-
keywords = {hoare logic},
1564+
keywords = {hoare logic, qhlprover},
15651565
webnote = {See also: Isabelle AFP entry \cite{Liu2019a}},
15661566
bibsource = {Quantum Programming Languages \& Verification Bibliography, https://git.io/qpl-bib}
15671567
}
@@ -1577,7 +1577,7 @@ <h1>bbt.bib</h1><a name="Abramsky2004"></a><pre>
15771577
volume = {2019},
15781578
url = {<a href="https://isa-afp.org/entries/QHLProver.html">https://isa-afp.org/entries/QHLProver.html</a>},
15791579
abstract = {We formalize quantum Hoare logic [TOPLAS 33(6),19]. In particular, we specify the syntax and denotational semantics of a simple model of quantum programs. Then, we write down the rules of quantum Hoare logic for partial correctness, and show the soundness and completeness of the resulting proof system. As an application, we verify the correctness of Grover's algorithm.},
1580-
keywords = {hoare logic},
1580+
keywords = {hoare logic, qhlprover},
15811581
webnote = {Formal proof development in Isabelle, supplement to \cite{Liu2019}},
15821582
bibsource = {Quantum Programming Languages \& Verification Bibliography, https://git.io/qpl-bib}
15831583
}

0 commit comments

Comments
 (0)