qdk_sim_experimental 0.24.210930

Experimental simulators for use with the Quantum Development Kit.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
<script>
    document.addEventListener("DOMContentLoaded", function() {
        renderMathInElement(document.body, {
            delimiters: [
                {left: "$$", right: "$$", display: true},
                {left: "\\(", right: "\\)", display: false},
                {left: "$", right: "$", display: false},
                {left: "\\[", right: "\\]", display: true}
            ]
        });
    });
</script>