microsoft/qdk

Public

mirrored from https://github.com/microsoft/qdkAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
bbf4bcfa2137a21a1dc31bfc90f1a08ceebb03ce

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

pip/src/state_header_template.html

13lines · modecode

1<table>
2 <thead>
3 <tr>
4 <th style="text-align: left">Basis State<br />(|𝜓ₙ…𝜓₁⟩)</th>
5 <th style="text-align: left">Amplitude</th>
6 <th style="text-align: left">Measurement Probability</th>
7 <th style="text-align: left" colspan="2">Phase</th>
8 </tr>
9 </thead>
10 <tbody>
11 {}
12 </tbody>
13</table>
14