microsoft/qdk

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
e178f8dd9d45745dac8802a5ea201d8dcb7cb898

Branches

Tags

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

Clone

HTTPS

Download ZIP

pip/src/state_header_template.html

9lines · modecode

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