Skip to content

Commit

Permalink
tensor_network links
Browse files Browse the repository at this point in the history
  • Loading branch information
Jue-Xu committed Aug 2, 2024
1 parent bb95498 commit 8902985
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
24 changes: 22 additions & 2 deletions state.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@
},
{
"cell_type": "code",
"execution_count": 13,
"execution_count": 1,
"id": "a3be5543",
"metadata": {},
"outputs": [
Expand All @@ -562,7 +562,7 @@
"StabilizerState(['+ZXX', '-XYX', '+ZYY'])"
]
},
"execution_count": 13,
"execution_count": 1,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -575,6 +575,26 @@
"stab"
]
},
{
"cell_type": "code",
"execution_count": 6,
"id": "f1abc949",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Clifford: Stabilizer = ['+ZXX', '-XYX', '+ZYY'], Destabilizer = ['+IXZ', '-XIZ', '-XXZ']\n",
"purity: 1.0\n"
]
}
],
"source": [
"print(stab.clifford)\n",
"print('purity: ', stab.purity())"
]
},
{
"cell_type": "markdown",
"id": "fb5bf60e",
Expand Down
6 changes: 5 additions & 1 deletion tensor_network.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
"id": "8b24f5d3",
"metadata": {},
"source": [
"# Tensor network"
"# Tensor network\n",
"\n",
"MPS Tutorials:\n",
"- [ITensors](https://itensor.github.io/ITensors.jl/dev/examples/MPSandMPO.html)\n",
"- [MPSKit](https://quantumkithub.github.io/MPSKit.jl/dev/examples/quantum1d/3.ising-dqpt/#DQPT-in-the-Ising-model(@id-demo_dqpt))"
]
}
],
Expand Down

0 comments on commit 8902985

Please sign in to comment.