Z projector after commuting with vertex operator

This commit is contained in:
Daniel Knüttel 2020-01-13 13:54:06 +01:00
parent e40e75aa79
commit 7b90f16272

View File

@ -2,7 +2,7 @@
"cells": [ "cells": [
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 2, "execution_count": 1,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
@ -53,7 +53,7 @@
" ⎦⎦" " ⎦⎦"
] ]
}, },
"execution_count": 2, "execution_count": 1,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
} }
@ -108,7 +108,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 3, "execution_count": 2,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
@ -123,7 +123,7 @@
"⎣0 -1⎦" "⎣0 -1⎦"
] ]
}, },
"execution_count": 3, "execution_count": 2,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
} }
@ -135,7 +135,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 13, "execution_count": 3,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
@ -158,7 +158,7 @@
" 0⎦ ⎣0 1⎦ ⎣- 0⎦ ⎣-1 0 ⎦ ⎣0 1⎦ ⎣-1 0 ⎦ ⎣ⅈ 0 ⎦⎦" " 0⎦ ⎣0 1⎦ ⎣- 0⎦ ⎣-1 0 ⎦ ⎣0 1⎦ ⎣-1 0 ⎦ ⎣ⅈ 0 ⎦⎦"
] ]
}, },
"execution_count": 13, "execution_count": 3,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
} }
@ -170,7 +170,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 14, "execution_count": 4,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
@ -185,7 +185,7 @@
"⎝⎣1 0⎦ ⎣ⅈ 0 ⎦⎠" "⎝⎣1 0⎦ ⎣ⅈ 0 ⎦⎠"
] ]
}, },
"execution_count": 14, "execution_count": 4,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
} }
@ -198,7 +198,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 15, "execution_count": 5,
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
@ -213,7 +213,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 16, "execution_count": 6,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
@ -226,7 +226,7 @@
"[2, 0, 0, 2, 4, 0, 4, 5, 0, 5, 1, 1, 1, 2, 3, 2, 3, 4, 3, 4, 5, 3, 5, 1]" "[2, 0, 0, 2, 4, 0, 4, 5, 0, 5, 1, 1, 1, 2, 3, 2, 3, 4, 3, 4, 5, 3, 5, 1]"
] ]
}, },
"execution_count": 16, "execution_count": 6,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
} }
@ -235,6 +235,13 @@
"resulting_indices = [get_matrix_index(m) for m in resulting_matrices]\n", "resulting_indices = [get_matrix_index(m) for m in resulting_matrices]\n",
"resulting_indices" "resulting_indices"
] ]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
} }
], ],
"metadata": { "metadata": {