├── .github └── workflows │ └── checks.yml ├── .gitignore ├── LICENSE ├── MANIFEST.in ├── README.md ├── debug.py ├── pytheus ├── __init__.py ├── analyzer.py ├── cli.py ├── custom_loss │ ├── __init__.py │ └── assembly_index.py ├── fancy_classes.py ├── graphplot.py ├── graphplot_lts.py ├── graphs │ ├── .DS_Store │ ├── AssemblyIndex │ │ ├── .DS_Store │ │ ├── assembly4 │ │ │ ├── config_assembly4.json │ │ │ └── plot_assembly4.json │ │ └── assembly6 │ │ │ ├── config_assembly6.json │ │ │ └── plot_assembly6.json │ ├── Communication │ │ ├── 2pES_3d │ │ │ ├── config_2pES_3d.json │ │ │ ├── graph_2pES_3d.aux │ │ │ ├── graph_2pES_3d.pdf │ │ │ ├── graph_2pES_3d.tex │ │ │ ├── original_2pES_3d_clean-16-9-0-0.1000_0.0000.json │ │ │ └── plot_2pES_3d_clean-16-9-0.1000_0.0000.json │ │ ├── 3pES │ │ │ ├── config_3pES.json │ │ │ ├── graph_3pES.aux │ │ │ ├── graph_3pES.pdf │ │ │ ├── graph_3pES.tex │ │ │ └── plot_3pES_clean-18-16-0.1111_0.0000.json │ │ ├── ES3d_sp │ │ │ ├── config_ES3d_sp.json │ │ │ ├── graph_ES3d_sp.aux │ │ │ ├── graph_ES3d_sp.pdf │ │ │ ├── graph_ES3d_sp.tex │ │ │ └── plot_ES3d_sp_clean-18-14-0.0769_0.0000.json │ │ └── ES_246 │ │ │ ├── config_ES_246.json │ │ │ ├── graph_ES_246.aux │ │ │ ├── graph_ES_246.pdf │ │ │ ├── graph_ES_246.tex │ │ │ ├── original_clean-12-6-0.2000_0.0000.json │ │ │ └── plot_clean-12-6-0.2000_0.0000.json │ ├── CondensedMatter │ │ ├── .DS_Store │ │ ├── aklt3spin1 │ │ │ ├── config_aklt3spin1.json │ │ │ ├── graph_aklt3spin1.aux │ │ │ ├── graph_aklt3spin1.pdf │ │ │ ├── graph_aklt3spin1.tex │ │ │ └── plot_aklt3spin1_clean-9-6-0.1429_0.0000.json │ │ ├── aklt3spin2 │ │ │ ├── config_aklt3spin2.json │ │ │ ├── graph_aklt3spin2.aux │ │ │ ├── graph_aklt3spin2.pdf │ │ │ ├── graph_aklt3spin2.tex │ │ │ └── plot_aklt3spin2_rough-40-294-0.0960_0.0471.json │ │ ├── aklt4spin1 │ │ │ ├── config_aklt4spin1.json │ │ │ ├── graph_aklt4spin1.aux │ │ │ ├── graph_aklt4spin1.pdf │ │ │ ├── graph_aklt4spin1.tex │ │ │ ├── other_solutions │ │ │ │ ├── clean-18-27-0.0455_0.0000(0).json │ │ │ │ ├── clean-18-27-0.0455_0.0000(1).json │ │ │ │ ├── clean-18-27-0.0455_0.0000(2).json │ │ │ │ ├── clean-18-27-0.0455_0.0000(3).json │ │ │ │ ├── clean-18-27-0.0455_0.0000(4).json │ │ │ │ ├── clean-18-27-0.0455_0.0000(5).json │ │ │ │ ├── clean-18-27-0.0455_0.0000(6).json │ │ │ │ ├── clean-18-27-0.0455_0.0000(7).json │ │ │ │ ├── clean-18-27-0.0455_0.0000(8).json │ │ │ │ └── clean-18-27-0.0455_0.0000.json │ │ │ └── plot_aklt4spin1.json │ │ ├── dyck6 │ │ │ ├── config_dyck6.json │ │ │ ├── graph_dyck6.aux │ │ │ ├── graph_dyck6.pdf │ │ │ ├── graph_dyck6.tex │ │ │ └── plot_dyck6_clean-8-5-0.1667_0.0000.json │ │ ├── dyck8 │ │ │ ├── config_dyck8.json │ │ │ ├── graph_dyck8.aux │ │ │ ├── graph_dyck8.pdf │ │ │ ├── graph_dyck8.tex │ │ │ └── plot_dyck8_clean-14-14-0.0667_0.0000.json │ │ ├── haldaneA_3 │ │ │ ├── config_haldaneA_3.json │ │ │ ├── graph_haldaneA_3.aux │ │ │ ├── graph_haldaneA_3.pdf │ │ │ ├── graph_haldaneA_3.tex │ │ │ ├── original_haldaneA_27edges.json │ │ │ └── plot_haldaneA_27edges.json │ │ ├── haldaneB_3 │ │ │ ├── config_haldaneB_3.json │ │ │ ├── graph_haldaneB_3.aux │ │ │ ├── graph_haldaneB_3.pdf │ │ │ ├── graph_haldaneB_3.tex │ │ │ └── plot_haldaneB_3_clean-15-10-0.0435_0.0000.json │ │ ├── haldaneC_3 │ │ │ ├── config_haldaneC_3.json │ │ │ ├── graph_haldaneC_3.aux │ │ │ ├── graph_haldaneC_3.pdf │ │ │ ├── graph_haldaneC_3.tex │ │ │ └── plot_haldaneC_3_clean-15-10-0.0435_0.0000.json │ │ ├── majumdar4 │ │ │ ├── config_majumdar4.json │ │ │ ├── graph_majumdar4.aux │ │ │ ├── graph_majumdar4.pdf │ │ │ ├── graph_majumdar4.tex │ │ │ └── plot_majumdar4_clean-9-8-0.0769_0.0000.json │ │ ├── majumdar6 │ │ │ ├── config_majumdar6.json │ │ │ ├── graph_majumdar6.aux │ │ │ ├── graph_majumdar6.pdf │ │ │ ├── graph_majumdar6.tex │ │ │ └── plot_majumdar6_clean-27-112-0.0204_0.0000.json │ │ ├── motzkin3 │ │ │ ├── config_motzkin3.json │ │ │ ├── graph_motzkin3.aux │ │ │ ├── graph_motzkin3.pdf │ │ │ ├── graph_motzkin3.tex │ │ │ └── plot_motzkin3_clean-7-4-0.2000_0.0000.json │ │ ├── motzkin4 │ │ │ ├── config_motzkin4.json │ │ │ ├── graph_motzkin4.aux │ │ │ ├── graph_motzkin4.pdf │ │ │ ├── graph_motzkin4.tex │ │ │ └── plot_motzkin4_clean-12-12-0.1111_0.0000.json │ │ ├── nbody3 │ │ │ ├── config_nbody3.json │ │ │ ├── graph_nbody3.aux │ │ │ ├── graph_nbody3.pdf │ │ │ ├── graph_nbody3.tex │ │ │ └── plot_nbody3.json │ │ ├── nbody4 │ │ │ ├── config_nbody4.json │ │ │ ├── graph_nbody4.aux │ │ │ ├── graph_nbody4.pdf │ │ │ ├── graph_nbody4.tex │ │ │ └── plot_nbody4.json │ │ ├── nbody5 │ │ │ ├── config_nbody5.json │ │ │ ├── graph_nbody5.aux │ │ │ ├── graph_nbody5.pdf │ │ │ ├── graph_nbody5.tex │ │ │ └── plot_nbody5.json │ │ ├── nbody6 │ │ │ ├── config_nbody6.json │ │ │ ├── graph_nbody6.aux │ │ │ ├── graph_nbody6.pdf │ │ │ ├── graph_nbody6.tex │ │ │ └── plot_nbody6.json │ │ ├── oneDspinhalfwire │ │ │ ├── config_oneDspinhalfwire.json │ │ │ ├── graph_oneDspinhalfwire.aux │ │ │ ├── graph_oneDspinhalfwire.pdf │ │ │ ├── graph_oneDspinhalfwire.tex │ │ │ └── plot_oneDspinhalfwire_clean-6-8-0.1137_0.0029.json │ │ ├── oneDspinhalfwire4 │ │ │ ├── config_oneDspinhalfwire4.json │ │ │ ├── graph_oneDspinhalfwire4.aux │ │ │ ├── graph_oneDspinhalfwire4.pdf │ │ │ ├── graph_oneDspinhalfwire4.tex │ │ │ └── plot_oneDspinhalfwire4_15edges.json │ │ ├── onsager6 │ │ │ ├── config_onsager6.json │ │ │ ├── graph_onsager6.aux │ │ │ ├── graph_onsager6.pdf │ │ │ ├── graph_onsager6.tex │ │ │ └── plot_onsager6.json │ │ ├── onsager8 │ │ │ ├── config_onsager8.json │ │ │ ├── graph_onsager8.aux │ │ │ ├── graph_onsager8.pdf │ │ │ ├── graph_onsager8.tex │ │ │ └── plot_onsager8.json │ │ ├── pxp6 │ │ │ ├── config_PXPscar_6.json │ │ │ ├── graph_pxp6.aux │ │ │ ├── graph_pxp6.pdf │ │ │ ├── graph_pxp6.tex │ │ │ ├── other_solutions │ │ │ │ └── rough-22-45-0.0000_0.0379.json │ │ │ └── plot_pxp6_rough-22-45-0.0000_0.0379.json │ │ ├── pxp8 │ │ │ ├── config_PXP8.json │ │ │ ├── graph_pxp8.aux │ │ │ ├── graph_pxp8.pdf │ │ │ ├── graph_pxp8.tex │ │ │ ├── other_solutions │ │ │ │ └── rough-22-60-0.0000_0.0348.json │ │ │ └── plot_pxp8_rough-22-60-0.0000_0.0348.json │ │ ├── spin1 │ │ │ ├── config_spin1.json │ │ │ ├── graph_spin1.aux │ │ │ ├── graph_spin1.pdf │ │ │ ├── graph_spin1.tex │ │ │ └── plot_spin1.json │ │ ├── spin32letter │ │ │ ├── config_spin32letter.json │ │ │ ├── graph_spin32letter.aux │ │ │ ├── graph_spin32letter.pdf │ │ │ ├── graph_spin32letter.tex │ │ │ └── plot_spin32letter_clean-22-56-0.0244_0.0000.json │ │ ├── spin3halfsMINUS │ │ │ ├── config_spin3halfsMINUS.json │ │ │ ├── graph_spin3halfsMINUS.aux │ │ │ ├── graph_spin3halfsMINUS.pdf │ │ │ ├── graph_spin3halfsMINUS.tex │ │ │ ├── other_solutions │ │ │ │ └── spin3minus_3_clean-13-12-0.1429_0.0000.json │ │ │ └── plot_spin3halfsMINUS.json │ │ ├── spin3halfsPLUS │ │ │ ├── config_spin3halfsPLUS.json │ │ │ ├── graph_spin3halfsPLUS.aux │ │ │ ├── graph_spin3halfsPLUS.pdf │ │ │ ├── graph_spin3halfsPLUS.tex │ │ │ ├── other_solutions │ │ │ │ └── clean-14-12-0.1429_0.0000.json │ │ │ └── plot_spin3halfsPLUS.json │ │ ├── wAF1_3 │ │ │ ├── config_wAF1_3_wAF1_3_rough.json │ │ │ ├── graph_wAF1_3.aux │ │ │ ├── graph_wAF1_3.pdf │ │ │ ├── graph_wAF1_3.tex │ │ │ └── plot_wAF1_3_rough-12-8-0.0000_0.4445.json │ │ ├── wAF2_3 │ │ │ ├── config_wAF2_3_wAF2_3_rough.json │ │ │ ├── graph_wAF2_3.aux │ │ │ ├── graph_wAF2_3.pdf │ │ │ ├── graph_wAF2_3.tex │ │ │ └── plot_wAF2_3_rough-11-7-0.0000_0.5330.json │ │ ├── wAF3_3 │ │ │ ├── config_wAF3_3.json │ │ │ ├── graph_wAF3_3.aux │ │ │ ├── graph_wAF3_3.pdf │ │ │ ├── graph_wAF3_3.tex │ │ │ └── plot_wAF3_3_clean-20-30-0.0050_0.0000.json │ │ ├── wAF4_3 │ │ │ ├── config_wAF4_3.json │ │ │ ├── graph_wAF4_3.aux │ │ │ ├── graph_wAF4_3.pdf │ │ │ ├── graph_wAF4_3.tex │ │ │ └── plot_wAF4_3_clean-15-10-0.0435_0.0000.json │ │ ├── wAF_NOsym │ │ │ ├── config_wAF_NOsym.json │ │ │ ├── graph_wAF_NOsym.aux │ │ │ ├── graph_wAF_NOsym.pdf │ │ │ ├── graph_wAF_NOsym.tex │ │ │ └── plot_wAF_NOsym.json │ │ └── wAF_sym │ │ │ ├── config_wAF_sym.json │ │ │ ├── graph_wAF_sym.aux │ │ │ ├── graph_wAF_sym.pdf │ │ │ ├── graph_wAF_sym.tex │ │ │ └── plot_wAF_sym.json │ ├── FockStates │ │ ├── .DS_Store │ │ ├── cube │ │ │ ├── config_cube.json │ │ │ ├── graph_cube.aux │ │ │ ├── graph_cube.pdf │ │ │ ├── graph_cube.tex │ │ │ ├── other_solutions │ │ │ │ ├── rough-15-3-0.0035_0.0000(0).json │ │ │ │ ├── rough-15-3-0.0035_0.0000.json │ │ │ │ ├── rough-15-3-0.0036_0.0000.json │ │ │ │ ├── rough-15-3-0.0056_0.0000.json │ │ │ │ ├── rough-15-4-0.0044_0.0000.json │ │ │ │ ├── rough-15-4-0.0046_0.0000.json │ │ │ │ ├── rough-15-5-0.0031_0.0000(0).json │ │ │ │ ├── rough-15-5-0.0031_0.0000(1).json │ │ │ │ ├── rough-15-5-0.0031_0.0000.json │ │ │ │ ├── rough-15-5-0.0048_0.0000.json │ │ │ │ ├── rough-15-5-0.0052_0.0000(0).json │ │ │ │ ├── rough-15-5-0.0052_0.0000(1).json │ │ │ │ ├── rough-15-5-0.0052_0.0000(2).json │ │ │ │ ├── rough-15-5-0.0052_0.0000.json │ │ │ │ ├── rough-15-5-0.0053_0.0000.json │ │ │ │ ├── rough-15-6-0.0040_0.0000.json │ │ │ │ ├── rough-15-7-0.0027_0.0000.json │ │ │ │ ├── rough-15-7-0.0032_0.0000.json │ │ │ │ └── rough-15-8-0.0025_0.0000.json │ │ │ └── plot_cube_rough-15-5-0.0031_0.0000.json │ │ ├── noon2m3ph1anc │ │ │ ├── config_noon2m3ph1anc.json │ │ │ └── plot_noon2m3ph1anc_clean-5-0-0.0000_0.0769.json │ │ ├── noon2m4ph2anc │ │ │ ├── config_noon2m4ph2anc.json │ │ │ ├── graph_noon2m4ph2anc.aux │ │ │ ├── graph_noon2m4ph2anc.pdf │ │ │ ├── graph_noon2m4ph2anc.tex │ │ │ └── plot_noon2m4ph2anc.json │ │ ├── noon2m5ph3anc │ │ │ ├── config_noon2m5ph3anc.json │ │ │ ├── graph_noon2m5ph3anc.aux │ │ │ ├── graph_noon2m5ph3anc.pdf │ │ │ ├── graph_noon2m5ph3anc.tex │ │ │ ├── other_solutions │ │ │ │ ├── rough-10-0-0.0030_0.0000(0).json │ │ │ │ ├── rough-10-0-0.0030_0.0000(1).json │ │ │ │ ├── rough-10-0-0.0030_0.0000(10).json │ │ │ │ ├── rough-10-0-0.0030_0.0000(11).json │ │ │ │ ├── rough-10-0-0.0030_0.0000(12).json │ │ │ │ ├── rough-10-0-0.0030_0.0000(13).json │ │ │ │ ├── rough-10-0-0.0030_0.0000(2).json │ │ │ │ ├── rough-10-0-0.0030_0.0000(3).json │ │ │ │ ├── rough-10-0-0.0030_0.0000(4).json │ │ │ │ ├── rough-10-0-0.0030_0.0000(5).json │ │ │ │ ├── rough-10-0-0.0030_0.0000(6).json │ │ │ │ ├── rough-10-0-0.0030_0.0000(7).json │ │ │ │ ├── rough-10-0-0.0030_0.0000(8).json │ │ │ │ ├── rough-10-0-0.0030_0.0000(9).json │ │ │ │ └── rough-10-0-0.0030_0.0000.json │ │ │ └── plot_noon2m5ph3anc.json │ │ ├── noon2m6ph4anc │ │ │ ├── config_noon2m6ph4anc.json │ │ │ ├── graph_noon2m6ph4anc.aux │ │ │ ├── graph_noon2m6ph4anc.pdf │ │ │ ├── graph_noon2m6ph4anc.tex │ │ │ ├── other_solutions │ │ │ │ ├── clean-10-4-0.0244_0.0000.json │ │ │ │ ├── clean-8-2-0.0062_-0.0000(0).json │ │ │ │ ├── clean-8-2-0.0062_-0.0000(1).json │ │ │ │ ├── clean-8-2-0.0062_-0.0000(2).json │ │ │ │ ├── clean-8-2-0.0062_-0.0000(3).json │ │ │ │ └── clean-8-2-0.0062_-0.0000.json │ │ │ └── plot_noon2m6ph4anc.json │ │ ├── noon2m7ph5anc │ │ │ ├── config_noon2m7ph5anc.json │ │ │ ├── graph_noon2m7ph5anc.aux │ │ │ ├── graph_noon2m7ph5anc.pdf │ │ │ ├── graph_noon2m7ph5anc.tex │ │ │ ├── other_solutions │ │ │ │ ├── rough-11-0-0.0036_0.0000(0).json │ │ │ │ ├── rough-11-0-0.0036_0.0000(1).json │ │ │ │ ├── rough-11-0-0.0036_0.0000(2).json │ │ │ │ ├── rough-11-0-0.0036_0.0000(3).json │ │ │ │ ├── rough-11-0-0.0036_0.0000(4).json │ │ │ │ ├── rough-11-0-0.0036_0.0000.json │ │ │ │ ├── rough-11-0-0.0039_0.0000.json │ │ │ │ ├── rough-13-0-0.0018_0.0009.json │ │ │ │ ├── rough-13-0-0.0022_0.0001.json │ │ │ │ └── rough-13-0-0.0023_0.0002.json │ │ │ └── plot_noon2m7ph5anc.json │ │ ├── noon2m8ph6anc │ │ │ ├── config_noon2m8ph6anc.json │ │ │ ├── graph_noon2m8ph6anc.aux │ │ │ ├── graph_noon2m8ph6anc.pdf │ │ │ ├── graph_noon2m8ph6anc.tex │ │ │ ├── other_solutions │ │ │ │ ├── rough-13-4-0.0020_0.0000.json │ │ │ │ ├── rough-13-5-0.0071_0.0000.json │ │ │ │ ├── rough-14-4-0.0013_0.0000.json │ │ │ │ ├── rough-14-4-0.0015_0.0000.json │ │ │ │ ├── rough-16-5-0.0006_0.0000.json │ │ │ │ └── rough-16-6-0.0010_0.0000.json │ │ │ └── plot_noon2m8ph6anc.json │ │ ├── noon3m3ph3anc │ │ │ ├── config_noon3m3ph3anc.json │ │ │ ├── other_solutions │ │ │ │ ├── clean-11-2-0.0000_0.0526.json │ │ │ │ ├── rough-11-2-0.0000_0.0716.json │ │ │ │ └── rough-11-2-0.0000_0.0955.json │ │ │ └── plot_noon3m3ph3anc_11edges.json │ │ ├── noon3m4ph4anc │ │ │ ├── config_noon3m4ph4anc.json │ │ │ ├── graph_noon3m4ph4anc.aux │ │ │ ├── graph_noon3m4ph4anc.pdf │ │ │ ├── graph_noon3m4ph4anc.tex │ │ │ └── plot_noon3m4ph4anc.json │ │ ├── noon4m3ph5anc │ │ │ ├── config_noon4m3ph5anc.json │ │ │ ├── graph_noon4m3ph5anc.aux │ │ │ ├── graph_noon4m3ph5anc.pdf │ │ │ ├── graph_noon4m3ph5anc.tex │ │ │ └── plot_noon4m3ph5anc_17edges.json │ │ ├── noon5m3ph7anc │ │ │ ├── config_noon5m3ph7anc.json │ │ │ ├── graph_noon5m3ph7anc.aux │ │ │ ├── graph_noon5m3ph7anc.pdf │ │ │ ├── graph_noon5m3ph7anc.tex │ │ │ ├── other_solutions │ │ │ │ ├── clean-23-3-0.0323_0.0000(0).json │ │ │ │ ├── clean-23-3-0.0323_0.0000.json │ │ │ │ ├── clean-23-4-0.0323_0.0000(0).json │ │ │ │ ├── clean-23-4-0.0323_0.0000.json │ │ │ │ ├── clean-23-4-0.0323_0.0001.json │ │ │ │ ├── clean-23-5-0.0323_0.0000(0).json │ │ │ │ └── clean-23-5-0.0323_0.0000.json │ │ │ └── plot_noon5m3ph7anc_clean-23-5-0.0323_0.0000.json │ │ ├── octahedron │ │ │ ├── config_octahedron.json │ │ │ ├── graph_octahedron.aux │ │ │ ├── graph_octahedron.pdf │ │ │ ├── graph_octahedron.tex │ │ │ └── plot_octahedron.json │ │ ├── tetrahedron │ │ │ ├── config_tetrahedron.json │ │ │ └── plot_tetrahedron.json │ │ └── tetrahedron_short │ │ │ └── rough-5-0-0.0000_0.1000.json │ ├── Gates │ │ ├── .DS_Store │ │ ├── cnot22_sp │ │ │ ├── config_cnot22_sp.json │ │ │ ├── graph_cnot22_sp.aux │ │ │ ├── graph_cnot22_sp.pdf │ │ │ ├── graph_cnot22_sp.tex │ │ │ └── plot_cnot22_sp_clean-22-68-0.0588_0.0000.json │ │ ├── cnot23 │ │ │ ├── config_cnot23.json │ │ │ ├── graph_cnot23.aux │ │ │ ├── graph_cnot23.pdf │ │ │ ├── graph_cnot23.tex │ │ │ └── plot_cnot23_clean-25-66-0.0400_0.0000.json │ │ ├── cnot23_post │ │ │ ├── config_cnot_23_post.json │ │ │ ├── graph_cnot23_post.aux │ │ │ ├── graph_cnot23_post.pdf │ │ │ ├── graph_cnot23_post.tex │ │ │ └── plot_cnot23_post_clean-14-12-0.1429_0.0000.json │ │ ├── cnot23_sp │ │ │ ├── config_cnot23_sp.json │ │ │ ├── graph_cnot23_sp.aux │ │ │ ├── graph_cnot23_sp.pdf │ │ │ ├── graph_cnot23_sp.tex │ │ │ └── plot_cnot23_sp_clean-36-210-0.0270_0.0000.json │ │ ├── cnot23_sp_post │ │ │ ├── config_cnot_23_sp_post.json │ │ │ ├── graph_cnot23_sp_post.aux │ │ │ ├── graph_cnot23_sp_post.pdf │ │ │ ├── graph_cnot23_sp_post.tex │ │ │ └── plot_clean-25-48-0.0400_0.0000.json │ │ ├── cnot24_post │ │ │ ├── config_cnot_24_post.json │ │ │ ├── graph_cnot24_post.aux │ │ │ ├── graph_cnot24_post.pdf │ │ │ ├── graph_cnot24_post.tex │ │ │ └── plot_cnot24_post_clean-37-136-0.0303_0.0000.json │ │ ├── cnot33_0 │ │ │ ├── config_cnot33_0.json │ │ │ ├── graph_cnot33_0.aux │ │ │ ├── graph_cnot33_0.pdf │ │ │ ├── graph_cnot33_0.tex │ │ │ └── plot_cnot33_0_clean-14-12-0.0769_0.0000.json │ │ ├── cnot33_post │ │ │ ├── config_cnot33_post.json │ │ │ ├── graph_cnot33_post.aux │ │ │ ├── graph_cnot33_post.pdf │ │ │ ├── graph_cnot33_post.tex │ │ │ └── plot_cnot33_post_clean-34-126-0.0270_0.0000.json │ │ ├── cnot33_sp │ │ │ ├── config_cnot33_sp.json │ │ │ ├── graph_cnot33_sp.aux │ │ │ ├── graph_cnot33_sp.pdf │ │ │ ├── graph_cnot33_sp.tex │ │ │ └── plot_cnot33_sp_clean-36-210-0.0270_0.0000.json │ │ ├── cnot44_0 │ │ │ ├── config_cnot44_0.json │ │ │ ├── graph_cnot44_0.aux │ │ │ ├── graph_cnot44_0.pdf │ │ │ ├── graph_cnot44_0.tex │ │ │ └── plot_cnot44_0_clean-24-40-0.0588_0.0000.json │ │ ├── controlled_z │ │ │ ├── config_controlled_z.json │ │ │ ├── graph_controlled_z.aux │ │ │ ├── graph_controlled_z.pdf │ │ │ ├── graph_controlled_z.tex │ │ │ └── plot_controlled_z_clean-11-4-0.2000_0.0000.json │ │ ├── controlled_z_post_sp │ │ │ ├── config_controlled_z_post_sp.json │ │ │ ├── graph_controlled_z_post_sp.aux │ │ │ ├── graph_controlled_z_post_sp.pdf │ │ │ ├── graph_controlled_z_post_sp.tex │ │ │ └── plot_controlled_z_post_sp_clean-9-6-0.2000_0.0000.json │ │ ├── controlled_z_sp │ │ │ ├── config_controlled_z_sp.json │ │ │ ├── graph_controlled_z_sp.aux │ │ │ ├── graph_controlled_z_sp.pdf │ │ │ ├── graph_controlled_z_sp.tex │ │ │ └── plot_controlled_z_sp_clean-16-16-0.0588_0.0000.json │ │ ├── fredkin_0 │ │ │ ├── config_fredkin_0.json │ │ │ ├── graph_fredkin_0.aux │ │ │ ├── graph_fredkin_0.pdf │ │ │ ├── graph_fredkin_0.tex │ │ │ └── plot_fredkin_0_clean-15-24-0.0588_0.0000.json │ │ ├── fredkin_post │ │ │ ├── config_fredkin_post.json │ │ │ ├── graph_fredkin_post.aux │ │ │ ├── graph_fredkin_post.pdf │ │ │ ├── graph_fredkin_post.tex │ │ │ └── plot_fredkin_post_clean-16-14-0.1111_0.0000.json │ │ ├── fredkin_post_sp │ │ │ ├── config_fredkin_post_sp.json │ │ │ ├── graph_fredkin_post_sp.aux │ │ │ ├── graph_fredkin_post_sp.pdf │ │ │ ├── graph_fredkin_post_sp.tex │ │ │ └── plot_fredkin_post_sp_clean-24-88-0.0303_0.0000.json │ │ ├── toffoli │ │ │ ├── config_toffoli.json │ │ │ ├── graph_toffoli.aux │ │ │ ├── graph_toffoli.pdf │ │ │ ├── graph_toffoli.tex │ │ │ └── plot_toffoli_clean-20-56-0.0303_0.0000.json │ │ ├── toffoli_3d_post │ │ │ ├── config_toffoli_3d_post.json │ │ │ ├── graph_toffoli_3d_post.aux │ │ │ ├── graph_toffoli_3d_post.pdf │ │ │ ├── graph_toffoli_3d_post.tex │ │ │ └── plot_clean-26-68-0.0769_0.0000.json │ │ └── toffoli_post │ │ │ ├── config_toffoli_post.json │ │ │ ├── graph_toffoli_post.aux │ │ │ ├── graph_toffoli_post.pdf │ │ │ ├── graph_toffoli_post.tex │ │ │ └── plot_toffoli_post_clean-11-12-0.1111_0.0000.json │ ├── HighlyEntangledStates │ │ ├── .DS_Store │ │ ├── BellGem3D │ │ │ ├── config_BellGem3D.json │ │ │ ├── graph_BellGem3D.aux │ │ │ ├── graph_BellGem3D.pdf │ │ │ ├── graph_BellGem3D.tex │ │ │ └── plot_BellGem3D_rough-58-513-0.0203_0.0001.json │ │ ├── Laflamme │ │ │ ├── config_Laflamme.json │ │ │ ├── graph_Laflamme.aux │ │ │ ├── graph_Laflamme.pdf │ │ │ ├── graph_Laflamme.tex │ │ │ ├── other_solutions │ │ │ │ ├── clean-22-42-0.0588_0.0000.json │ │ │ │ ├── clean-22-48-0.0588_0.0000.json │ │ │ │ ├── clean-23-48-0.0588_0.0001.json │ │ │ │ ├── clean-24-48-0.0588_0.0000.json │ │ │ │ ├── clean-24-52-0.0588_0.0000.json │ │ │ │ ├── clean-24-56-0.0587_0.0001.json │ │ │ │ ├── clean-24-56-0.0587_0.0002.json │ │ │ │ ├── clean-24-56-0.0588_0.0000.json │ │ │ │ ├── clean-24-64-0.0588_0.0000.json │ │ │ │ ├── clean-25-48-0.0588_0.0000.json │ │ │ │ ├── clean-25-82-0.0588_0.0001.json │ │ │ │ ├── clean-26-48-0.0588_0.0000.json │ │ │ │ ├── clean-26-80-0.0586_0.0002.json │ │ │ │ ├── clean-26-80-0.0590_0.0002.json │ │ │ │ ├── clean-27-48-0.0588_0.0000.json │ │ │ │ ├── clean-27-80-0.0588_0.0000.json │ │ │ │ └── clean-28-96-0.0154_0.0000.json │ │ │ └── plot_Laflamme_clean-22-42-0.0588_0.0000.json │ │ ├── Shor │ │ │ ├── config_shor.json │ │ │ ├── graph_Shor.aux │ │ │ ├── graph_Shor.pdf │ │ │ ├── graph_Shor.tex │ │ │ ├── other_solutions │ │ │ │ └── clean-12-8-0.1111_0.0000.json │ │ │ └── plot_Shor_clean-12-8-0.1111_0.0000.json │ │ ├── Steane │ │ │ ├── config_steane.json │ │ │ ├── graph_Steane.aux │ │ │ ├── graph_Steane.pdf │ │ │ ├── graph_Steane.tex │ │ │ ├── other_solutions │ │ │ │ ├── clean-24-48-0.0303_0.0000(0).json │ │ │ │ ├── clean-24-48-0.0303_0.0000(1).json │ │ │ │ ├── clean-24-48-0.0303_0.0000(2).json │ │ │ │ ├── clean-24-48-0.0303_0.0000(3).json │ │ │ │ ├── clean-24-48-0.0303_0.0000(4).json │ │ │ │ └── clean-24-48-0.0303_0.0000.json │ │ │ └── plot_Steane_steane_clean_24edges.json │ │ ├── W3W3 │ │ │ ├── config_W3W3.json │ │ │ ├── graph_W3W3.aux │ │ │ ├── graph_W3W3.pdf │ │ │ ├── graph_W3W3.tex │ │ │ ├── other_solutions │ │ │ │ └── clean-10-9-0.1000_0.0000.json │ │ │ └── plot_W3W3_clean-10-9-0.1000_0.0000.json │ │ ├── W3_sp │ │ │ ├── config_w3_sp.json │ │ │ ├── graph_W3_sp.aux │ │ │ ├── graph_W3_sp.pdf │ │ │ ├── graph_W3_sp.tex │ │ │ └── plot_W3_sp_clean-7-3-0.2500_0.0000.json │ │ ├── W4_sp │ │ │ ├── config_W4_sp.json │ │ │ ├── graph_W4_sp.aux │ │ │ ├── graph_W4_sp.pdf │ │ │ ├── graph_W4_sp.tex │ │ │ └── plot_W4_sp_clean-10-4-0.2000_0.0000.json │ │ ├── W5W5 │ │ │ ├── config_W5W5.json │ │ │ ├── graph_W5W5.aux │ │ │ ├── graph_W5W5.pdf │ │ │ ├── graph_W5W5.tex │ │ │ ├── other_solutions │ │ │ │ ├── clean-18-25-0.0385_0.0000(0).json │ │ │ │ ├── clean-18-25-0.0385_0.0000(1).json │ │ │ │ └── clean-18-25-0.0385_0.0000.json │ │ │ └── plot_W5W5_clean-18-25-0.0385_0.0000.json │ │ ├── W5_sp │ │ │ ├── config_W5_sp.json │ │ │ ├── graph_W5_sp.aux │ │ │ ├── graph_W5_sp.pdf │ │ │ ├── graph_W5_sp.tex │ │ │ └── plot_W5_sp_clean-13-5-0.1667_0.0000.json │ │ ├── YC │ │ │ ├── config_YC.json │ │ │ ├── graph_YC.aux │ │ │ ├── graph_YC.pdf │ │ │ ├── graph_YC.tex │ │ │ ├── other_solutions │ │ │ │ └── clean-12-12-0.1111_0.0000.json │ │ │ └── plot_YC_clean-12-12-0.1111_0.0000.json │ │ ├── cluster_4 │ │ │ ├── config_cluster_4.json │ │ │ ├── graph_cluster_4.aux │ │ │ ├── graph_cluster_4.pdf │ │ │ ├── graph_cluster_4.tex │ │ │ └── plot_cluster_4_clean-8-16-0.0588_0.0000.json │ │ ├── cluster_5 │ │ │ ├── config_cluster_5.json │ │ │ ├── graph_cluster_5.aux │ │ │ ├── graph_cluster_5.pdf │ │ │ ├── graph_cluster_5.tex │ │ │ └── plot_cluster_5_rough-27-92-0.0689_0.3516.json │ │ ├── complex4qubit │ │ │ ├── config_complex4qubit.json │ │ │ ├── graph_complex4qubit.aux │ │ │ ├── graph_complex4qubit.pdf │ │ │ ├── graph_complex4qubit.tex │ │ │ └── plot_complex4qubit_clean-11-10-0.1678_0.0434.json │ │ ├── dicke33 │ │ │ ├── config_dicke33.json │ │ │ ├── graph_dicke33.aux │ │ │ ├── graph_dicke33.pdf │ │ │ ├── graph_dicke33.tex │ │ │ ├── other_solutions │ │ │ │ └── clean-9-6-0.1429_0.0000.json │ │ │ └── plot_dicke33_9edges.json │ │ ├── dicke43 │ │ │ ├── config_dicke43.json │ │ │ ├── dicke43.json │ │ │ ├── graph_dicke43.aux │ │ │ ├── graph_dicke43.pdf │ │ │ ├── graph_dicke43.tex │ │ │ ├── other_solutions │ │ │ │ └── clean-20-24-0.0204_0.0000.json │ │ │ └── plot_dicke43_20edges.json │ │ ├── dicke52 │ │ │ ├── config_dicke52.json │ │ │ ├── dicke52.json │ │ │ ├── graph_dicke52.aux │ │ │ ├── graph_dicke52.pdf │ │ │ ├── graph_dicke52.tex │ │ │ ├── other_solutions │ │ │ │ └── clean-13-10-0.0909_0.0000.json │ │ │ └── plot_dicke52_13edges.json │ │ ├── dicke72 │ │ │ ├── config_dicke72.json │ │ │ ├── dicke72.json │ │ │ ├── graph_dicke72.aux │ │ │ ├── graph_dicke72.pdf │ │ │ ├── graph_dicke72.tex │ │ │ ├── other_solutions │ │ │ │ └── clean-26-42-0.0118_0.0000.json │ │ │ └── plot_dicke72_clean-26-42-0.0118_0.0000.json │ │ ├── ent9_053 │ │ │ └── config_ent9_053.json │ │ ├── ent9_071 │ │ │ └── config_ent9_071.json │ │ ├── ent9_la4real │ │ │ └── config_ent9_la4real.json │ │ ├── ghz_346 │ │ │ ├── config_ghz_346.json │ │ │ ├── graph_ghz_346.aux │ │ │ ├── graph_ghz_346.pdf │ │ │ ├── graph_ghz_346.tex │ │ │ ├── original_ghz_346_clean-17-22-0.0588_0.0000.json │ │ │ └── plot_ghz_346_clean-17-22-0.0588_0.0000.json │ │ ├── ghz_358 │ │ │ ├── config_ghz_358.json │ │ │ ├── graph_ghz_358.aux │ │ │ ├── graph_ghz_358.pdf │ │ │ ├── graph_ghz_358.tex │ │ │ ├── original_ghz_358_clean-20-30-0.0476_0.0000.json │ │ │ └── plot_ghz_358_clean-20-30-0.0476_0.0000.json │ │ ├── ghz_3610 │ │ │ ├── config_ghz_3610.json │ │ │ ├── graph_ghz_3610.aux │ │ │ ├── graph_ghz_3610.pdf │ │ │ ├── graph_ghz_3610.tex │ │ │ ├── original_ghz_3610_clean-33-118-0.0400_0.0000.json │ │ │ └── plot_ghz_3610_clean-33-118-0.0400_0.0000.json │ │ ├── ghz_43_2p2a │ │ │ ├── config_ghz43_2p2a.json │ │ │ ├── graph_ghz_43_2p2a.aux │ │ │ ├── graph_ghz_43_2p2a.pdf │ │ │ ├── graph_ghz_43_2p2a.tex │ │ │ └── plot_ghz43_2p2a_clean-18-18-0.0769_0.0000.json │ │ ├── ghz_43_sp │ │ │ ├── config_ghz_43_sp.json │ │ │ ├── graph_ghz_43_sp.aux │ │ │ ├── graph_ghz_43_sp.pdf │ │ │ ├── graph_ghz_43_sp.tex │ │ │ └── plot_ghz_43_sp_clean-30-182-0.0769_0.0000.json │ │ ├── ghz_446 │ │ │ ├── changes.md │ │ │ ├── config_ghz_446.json │ │ │ ├── graph_ghz_446.aux │ │ │ ├── graph_ghz_446.pdf │ │ │ ├── graph_ghz_446.tex │ │ │ ├── original_ghz_446_rough-15-17-0.0000_0.2083.json │ │ │ └── plot_ghz_446_rough-15-17-0.0000_0.2083.json │ │ ├── ghz_448 │ │ │ ├── config_ghz_448.json │ │ │ ├── graph_ghz_448.aux │ │ │ ├── graph_ghz_448.pdf │ │ │ ├── graph_ghz_448.tex │ │ │ └── plot_ghz_448_clean16-16-0.0588 .json │ │ ├── ghz_538 │ │ │ ├── config_ghz_538.json │ │ │ ├── graph_ghz_538.aux │ │ │ ├── graph_ghz_538.pdf │ │ │ ├── graph_ghz_538.tex │ │ │ ├── original_ghz_538_clean-16-12-0.0769_0.0000.json │ │ │ └── plot_ghz_538_clean-16-12-0.0769_0.0000.json │ │ ├── ghz_5410 │ │ │ ├── config_ghz_5410.json │ │ │ ├── graph_ghz_5410.aux │ │ │ ├── graph_ghz_5410.pdf │ │ │ ├── graph_ghz_5410.tex │ │ │ ├── original_ghz_5410_clean-24-40-0.0588_0.0000.json │ │ │ └── plot_ghz_5410_clean-24-40-0.0588_0.0000.json │ │ ├── ghz_62_sp │ │ │ ├── config_ghz_62_sp.json │ │ │ ├── graph_ghz_62_sp.aux │ │ │ ├── graph_ghz_62_sp.pdf │ │ │ ├── graph_ghz_62_sp.tex │ │ │ └── plot_ghz_62_sp_clean-12-2-0.3333_0.0000.json │ │ ├── ghz_638 │ │ │ ├── config_ghz_638.json │ │ │ ├── graph_ghz_638.aux │ │ │ ├── graph_ghz_638.pdf │ │ │ ├── graph_ghz_638.tex │ │ │ └── plot_ghz_638_clean-18-21-0.1946_0.0501.json │ │ ├── ghz_asym446 │ │ │ ├── changes.md │ │ │ ├── config_ghz_asym446.json │ │ │ ├── graph_ghz_asym446.aux │ │ │ ├── graph_ghz_asym446.pdf │ │ │ ├── graph_ghz_asym446.tex │ │ │ ├── original_ghz_asym446_rough-13-11-0.0000_1.0000.json │ │ │ └── plot_ghz_asym446_rough-13-11-0.0000_1.0000.json │ │ ├── heralded_bell_3d_sp │ │ │ ├── config_heralded_bell_3d_sp.json │ │ │ ├── graph_heralded_bell_3d_sp.aux │ │ │ ├── graph_heralded_bell_3d_sp.pdf │ │ │ ├── graph_heralded_bell_3d_sp.tex │ │ │ └── plot_heralded_bell_3d_sp_clean-18-18-0.0769_0.0000.json .json │ │ └── heralded_bell_sp │ │ │ ├── config_heralded_bell_2d_sp.json │ │ │ ├── graph_heralded_bell_sp.aux │ │ │ ├── graph_heralded_bell_sp.pdf │ │ │ ├── graph_heralded_bell_sp.tex │ │ │ └── plot_heralded_bell_sp.json │ ├── MaxEntanglement │ │ ├── AMEepsilon6qubits │ │ │ ├── config_AMEepsilon6qubits.json │ │ │ ├── graph_AMEepsilon6qubits.aux │ │ │ ├── graph_AMEepsilon6qubits.pdf │ │ │ ├── graph_AMEepsilon6qubits.tex │ │ │ └── plot_AMEepsilon6qubits.json │ │ ├── HD │ │ │ ├── config_HD.json │ │ │ ├── graph_HD.aux │ │ │ ├── graph_HD.pdf │ │ │ ├── graph_HD.tex │ │ │ ├── original_HD_clean-17-10-0.1333_0.0117.json │ │ │ └── plot_HD_clean-17-10-0.1333_0.0117.json │ │ ├── Lstate │ │ │ ├── config_Lstate.json │ │ │ ├── graph_Lstate.aux │ │ │ ├── graph_Lstate.pdf │ │ │ ├── graph_Lstate.tex │ │ │ ├── other_solutions │ │ │ │ ├── rough-20-32-0.0875_0.0056(0).json │ │ │ │ ├── rough-20-32-0.0875_0.0056.json │ │ │ │ ├── rough-20-34-0.0653_0.0076.json │ │ │ │ ├── rough-20-34-0.0653_0.0078(0).json │ │ │ │ ├── rough-20-34-0.0653_0.0078(1).json │ │ │ │ ├── rough-20-34-0.0653_0.0078(2).json │ │ │ │ ├── rough-20-34-0.0653_0.0078(3).json │ │ │ │ ├── rough-20-34-0.0653_0.0078(4).json │ │ │ │ ├── rough-20-34-0.0653_0.0078.json │ │ │ │ ├── rough-20-34-0.0653_0.0080.json │ │ │ │ ├── rough-20-34-0.0701_0.0076.json │ │ │ │ ├── rough-20-34-0.0777_0.0040(0).json │ │ │ │ ├── rough-20-34-0.0777_0.0040.json │ │ │ │ ├── rough-20-34-0.0825_0.0074(0).json │ │ │ │ ├── rough-20-34-0.0825_0.0074.json │ │ │ │ ├── rough-20-34-0.0832_0.0052.json │ │ │ │ ├── rough-20-36-0.0600_0.0070(0).json │ │ │ │ └── rough-20-36-0.0600_0.0070.json │ │ │ └── plot_Lstate.json │ │ ├── ame_5qubit_a │ │ │ ├── config_ame_5qubit.json │ │ │ ├── graph_ame_5qubit_a.aux │ │ │ ├── graph_ame_5qubit_a.pdf │ │ │ ├── graph_ame_5qubit_a.tex │ │ │ └── plot_ame_5qubit_a.json │ │ ├── ame_5qubit_b │ │ │ ├── config_ame_5qubit.json │ │ │ ├── graph_ame_5qubit_b.aux │ │ │ ├── graph_ame_5qubit_b.pdf │ │ │ ├── graph_ame_5qubit_b.tex │ │ │ └── plot_ame_5qubit_b.json │ │ ├── bssb4 │ │ │ ├── config_bssb4real.json │ │ │ ├── graph_bssb4.aux │ │ │ ├── graph_bssb4.pdf │ │ │ ├── graph_bssb4.tex │ │ │ └── plot_bssb4real_0anc.json │ │ ├── bssb5 │ │ │ ├── config_bssb5.json │ │ │ ├── graph_bssb5.aux │ │ │ ├── graph_bssb5.pdf │ │ │ ├── graph_bssb5.tex │ │ │ └── plot_bssb5_1anc.json │ │ ├── k2maximal4qubitsCOMPLEX │ │ │ ├── config_k2maximal4qubitcomplex.json │ │ │ ├── graph_k2maximal4qubitsCOMPLEX.aux │ │ │ ├── graph_k2maximal4qubitsCOMPLEX.pdf │ │ │ ├── graph_k2maximal4qubitsCOMPLEX.tex │ │ │ ├── other_solutions │ │ │ │ └── plot_k2maximal4qubitsCOMPLEXabs.json │ │ │ └── plot_k2maximal4qubitsCOMPLEXabs.json │ │ ├── k2maximal4qubitsREAL │ │ │ ├── config_k2maximal4qubitreal.json │ │ │ ├── graph_k2maximal4qubitsREAL.aux │ │ │ ├── graph_k2maximal4qubitsREAL.pdf │ │ │ ├── graph_k2maximal4qubitsREAL.tex │ │ │ └── plot_k2maximal4qubitsREAL.json │ │ ├── k2uniform6qubits │ │ │ ├── config_k2uniform6qubits.json │ │ │ ├── graph_k2uniform6qubits.aux │ │ │ ├── graph_k2uniform6qubits.pdf │ │ │ ├── graph_k2uniform6qubits.tex │ │ │ └── plot_k2uniform6qubits.json │ │ ├── k2uniform7qubits │ │ │ ├── config_k2uniform7qubits.json │ │ │ ├── graph_k2uniform7qubits.aux │ │ │ ├── graph_k2uniform7qubits.pdf │ │ │ ├── graph_k2uniform7qubits.tex │ │ │ └── plot_k2uniform7qubits.json │ │ ├── k3maximal8qubits │ │ │ ├── config_k3maximal8qubits.json │ │ │ ├── graph_k3maximal8qubits.aux │ │ │ ├── graph_k3maximal8qubits.pdf │ │ │ ├── graph_k3maximal8qubits.tex │ │ │ └── plot_k3maximal8qubits.json │ │ ├── randmax1 │ │ │ ├── config_randmax_1.json │ │ │ ├── graph_randmax1.aux │ │ │ ├── graph_randmax1.pdf │ │ │ ├── graph_randmax1.tex │ │ │ └── plot_randmax1_clean-10-8-0.1089_0.0092.json │ │ ├── randmax2 │ │ │ ├── config_randmax_2.json │ │ │ ├── graph_randmax2.aux │ │ │ ├── graph_randmax2.pdf │ │ │ ├── graph_randmax2.tex │ │ │ └── plot_randmax2_clean-11-10-0.1523_0.0573.json │ │ ├── srv_554 │ │ │ ├── config_srv_554.json │ │ │ ├── graph_srv_554.aux │ │ │ ├── graph_srv_554.pdf │ │ │ ├── graph_srv_554.tex │ │ │ └── plot_srv_554_clean-21-38-0.0476_0.0000.json │ │ ├── srv_632 │ │ │ ├── config_srv_632.json │ │ │ ├── graph_srv_632.aux │ │ │ ├── graph_srv_632.pdf │ │ │ ├── graph_srv_632.tex │ │ │ └── plot_srv_632_clean-23-48-0.0400_0.0000.json │ │ ├── srv_655 │ │ │ ├── config_srv_655.json │ │ │ ├── graph_srv_655.aux │ │ │ ├── graph_srv_655.pdf │ │ │ ├── graph_srv_655.tex │ │ │ └── plot_srv_655_clean-28-72-0.0400_0.0000.json │ │ └── srv_733 │ │ │ ├── config_srv_733.json │ │ │ ├── graph_srv_733.aux │ │ │ ├── graph_srv_733.pdf │ │ │ ├── graph_srv_733.tex │ │ │ └── plot_srv_733_clean-20-32-0.0345_0.0000.json │ ├── Measurements │ │ ├── HS_measurement │ │ │ ├── config_HS_analyzer.json │ │ │ ├── graph_HS_measurement.aux │ │ │ ├── graph_HS_measurement.pdf │ │ │ └── graph_HS_measurement.tex │ │ ├── MKP_2d │ │ │ ├── config_mkp_2d.json │ │ │ ├── graph_MKP_2d.aux │ │ │ ├── graph_MKP_2d.pdf │ │ │ ├── graph_MKP_2d.tex │ │ │ └── plot_mkp2d_clean-5-3-0.2500_0.0000.json │ │ ├── MKP_3d │ │ │ ├── config_mkp_3d.json │ │ │ ├── graph_MKP_3d.aux │ │ │ ├── graph_MKP_3d.pdf │ │ │ ├── graph_MKP_3d.tex │ │ │ └── plot_mkp3d_clean-8-8-0.1100_0.0199.json │ │ ├── W_measurement │ │ │ ├── config_W_measurement.json │ │ │ ├── graph_W_measurement.aux │ │ │ ├── graph_W_measurement.pdf │ │ │ ├── graph_W_measurement.tex │ │ │ └── plot_W_measurement_clean-7-3-0.2500_0.0000.json │ │ ├── YC_measurement │ │ │ ├── clean-25-104-0.0088_0.0000.json │ │ │ ├── config_YC_analyzer.json │ │ │ ├── graph_YC_measurement.aux │ │ │ ├── graph_YC_measurement.pdf │ │ │ ├── graph_YC_measurement.tex │ │ │ └── plot-25-104.json │ │ ├── ghz_analyzer_2d │ │ │ ├── config_ghz_analyzer_2d.json │ │ │ ├── graph_ghz_analyzer_2d.aux │ │ │ ├── graph_ghz_analyzer_2d.pdf │ │ │ ├── graph_ghz_analyzer_2d.tex │ │ │ └── plot_ghz_analyzer_2d_clean-12-12-0.1111_0.0000.json │ │ ├── ghz_analyzer_3d │ │ │ ├── config_ghz_analyzer_3d.json │ │ │ ├── graph_ghz_analyzer_3d.aux │ │ │ ├── graph_ghz_analyzer_3d.pdf │ │ │ ├── graph_ghz_analyzer_3d.tex │ │ │ └── plot_ghz_analyzer_3d_clean-19-24-0.0769_0.0000.json │ │ └── ghz_analyzer_4d │ │ │ ├── config_ghz_analyzer_4d.json │ │ │ ├── graph_ghz_analyzer_4d.aux │ │ │ ├── graph_ghz_analyzer_4d.pdf │ │ │ ├── graph_ghz_analyzer_4d.tex │ │ │ └── plot_ghz_analyzer_4d_clean-23-28-0.0588_0.0000.json │ ├── MixedStates │ │ ├── peres │ │ │ ├── config_peres.json │ │ │ ├── graph_peres.aux │ │ │ ├── graph_peres.pdf │ │ │ ├── graph_peres.tex │ │ │ └── plot_peres_rough-23-39-0.0001_0.2952.json │ │ └── werner │ │ │ ├── OtherSolutions │ │ │ ├── config_werner.json │ │ │ ├── graph_OtherSolutions.aux │ │ │ ├── graph_OtherSolutions.pdf │ │ │ ├── graph_OtherSolutions.tex │ │ │ ├── graph_werner.aux │ │ │ ├── graph_werner.pdf │ │ │ ├── graph_werner.tex │ │ │ └── plot_werner_rough-9-6-0.0000_0.2721.json │ │ │ ├── config_werner.json │ │ │ ├── graph_werner.aux │ │ │ ├── graph_werner.pdf │ │ │ ├── graph_werner.tex │ │ │ └── plot_werner_rough-8-6-0.0000_0.2773.json │ └── plots │ │ ├── graph_2pES_3d.pdf │ │ ├── graph_3pES.pdf │ │ ├── graph_AMEepsilon6qubits.pdf │ │ ├── graph_BellGem3D.pdf │ │ ├── graph_ES3d_sp.pdf │ │ ├── graph_ES_246.pdf │ │ ├── graph_HD.pdf │ │ ├── graph_HS_measurement.pdf │ │ ├── graph_Laflamme.pdf │ │ ├── graph_Lstate.pdf │ │ ├── graph_MKP_2d.pdf │ │ ├── graph_MKP_3d.pdf │ │ ├── graph_Shor.pdf │ │ ├── graph_Steane.pdf │ │ ├── graph_W3W3.pdf │ │ ├── graph_W3_sp.pdf │ │ ├── graph_W4_sp.pdf │ │ ├── graph_W5W5.pdf │ │ ├── graph_W5_sp.pdf │ │ ├── graph_W_measurement.pdf │ │ ├── graph_YC.pdf │ │ ├── graph_YC_measurement.pdf │ │ ├── graph_aklt3spin1.pdf │ │ ├── graph_aklt3spin2.pdf │ │ ├── graph_aklt4spin1.pdf │ │ ├── graph_ame_5qubit_a.pdf │ │ ├── graph_ame_5qubit_b.pdf │ │ ├── graph_bssb4.pdf │ │ ├── graph_bssb5.pdf │ │ ├── graph_cluster_4.pdf │ │ ├── graph_cluster_5.pdf │ │ ├── graph_cnot22_sp.pdf │ │ ├── graph_cnot23.pdf │ │ ├── graph_cnot23_post.pdf │ │ ├── graph_cnot23_sp.pdf │ │ ├── graph_cnot23_sp_post.pdf │ │ ├── graph_cnot24_post.pdf │ │ ├── graph_cnot33_0.pdf │ │ ├── graph_cnot33_post.pdf │ │ ├── graph_cnot33_sp.pdf │ │ ├── graph_cnot44_0.pdf │ │ ├── graph_complex4qubit.pdf │ │ ├── graph_controlled_z.pdf │ │ ├── graph_controlled_z_post_sp.pdf │ │ ├── graph_controlled_z_sp.pdf │ │ ├── graph_cube.pdf │ │ ├── graph_dicke33.pdf │ │ ├── graph_dicke43.pdf │ │ ├── graph_dicke52.pdf │ │ ├── graph_dicke72.pdf │ │ ├── graph_dyck6.pdf │ │ ├── graph_dyck8.pdf │ │ ├── graph_fredkin_0.pdf │ │ ├── graph_fredkin_post.pdf │ │ ├── graph_fredkin_post_sp.pdf │ │ ├── graph_ghz_346.pdf │ │ ├── graph_ghz_358.pdf │ │ ├── graph_ghz_3610.pdf │ │ ├── graph_ghz_43_2p2a.pdf │ │ ├── graph_ghz_43_sp.pdf │ │ ├── graph_ghz_448.pdf │ │ ├── graph_ghz_538.pdf │ │ ├── graph_ghz_5410.pdf │ │ ├── graph_ghz_62_sp.pdf │ │ ├── graph_ghz_638.pdf │ │ ├── graph_ghz_analyzer_2d.pdf │ │ ├── graph_ghz_analyzer_3d.pdf │ │ ├── graph_ghz_analyzer_4d.pdf │ │ ├── graph_ghz_f446.pdf │ │ ├── graph_haldaneA_3.pdf │ │ ├── graph_haldaneB_3.pdf │ │ ├── graph_haldaneC_3.pdf │ │ ├── graph_heralded_bell_3d_sp.pdf │ │ ├── graph_k2maximal4qubitsCOMPLEX.pdf │ │ ├── graph_k2maximal4qubitsREAL.pdf │ │ ├── graph_k2uniform6qubits.pdf │ │ ├── graph_k2uniform7qubits.pdf │ │ ├── graph_k3maximal8qubits.pdf │ │ ├── graph_majumdar4.pdf │ │ ├── graph_majumdar6.pdf │ │ ├── graph_motzkin3.pdf │ │ ├── graph_motzkin4.pdf │ │ ├── graph_nbody3.pdf │ │ ├── graph_nbody4.pdf │ │ ├── graph_nbody5.pdf │ │ ├── graph_nbody6.pdf │ │ ├── graph_noon2m3ph1anc.pdf │ │ ├── graph_noon2m4ph2anc.pdf │ │ ├── graph_noon2m5ph3anc.pdf │ │ ├── graph_noon2m6ph4anc.pdf │ │ ├── graph_noon2m7ph5anc.pdf │ │ ├── graph_noon2m8ph6anc.pdf │ │ ├── graph_noon3m3ph3anc.pdf │ │ ├── graph_noon3m4ph4anc.pdf │ │ ├── graph_noon4m3ph5anc.pdf │ │ ├── graph_noon5m3ph7anc.pdf │ │ ├── graph_octahedron.pdf │ │ ├── graph_oneDspinhalfwire.pdf │ │ ├── graph_oneDspinhalfwire4.pdf │ │ ├── graph_onsager6.pdf │ │ ├── graph_onsager8.pdf │ │ ├── graph_peres.pdf │ │ ├── graph_pxp6.pdf │ │ ├── graph_pxp8.pdf │ │ ├── graph_randmax1.pdf │ │ ├── graph_randmax2.pdf │ │ ├── graph_spin1.pdf │ │ ├── graph_spin32letter.pdf │ │ ├── graph_spin3halfsMINUS.pdf │ │ ├── graph_spin3halfsPLUS.pdf │ │ ├── graph_spin3minus_3.pdf │ │ ├── graph_spin3plus_3.pdf │ │ ├── graph_spinhalf4.pdf │ │ ├── graph_srv_554.pdf │ │ ├── graph_srv_632.pdf │ │ ├── graph_srv_655.pdf │ │ ├── graph_srv_733.pdf │ │ ├── graph_tetrahedron.pdf │ │ ├── graph_toffoli.pdf │ │ ├── graph_toffoli_post.pdf │ │ ├── graph_wAF1_3.pdf │ │ ├── graph_wAF2_3.pdf │ │ ├── graph_wAF3_3.pdf │ │ ├── graph_wAF4_3.pdf │ │ ├── graph_wAF_NOsym.pdf │ │ ├── graph_wAF_sym.pdf │ │ └── graph_werner.pdf ├── help_functions.py ├── leiwand.py ├── lossfunctions.py ├── main.py ├── optimizer.py ├── saver.py └── theseus.py ├── setup.py └── tests ├── __init__.py ├── fast ├── __init__.py ├── config.py ├── test_fancyclasses.py ├── test_help_functions.py ├── test_main.py ├── test_saver.py └── test_theseus.py ├── fixtures ├── bell.json └── ghz_346.json └── test_functional.py /.github/workflows/checks.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/.github/workflows/checks.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/LICENSE -------------------------------------------------------------------------------- /MANIFEST.in: -------------------------------------------------------------------------------- 1 | graft pytheus/graphs/* 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/README.md -------------------------------------------------------------------------------- /debug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/debug.py -------------------------------------------------------------------------------- /pytheus/__init__.py: -------------------------------------------------------------------------------- 1 | __version__ = '1.2.6' -------------------------------------------------------------------------------- /pytheus/analyzer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/analyzer.py -------------------------------------------------------------------------------- /pytheus/cli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/cli.py -------------------------------------------------------------------------------- /pytheus/custom_loss/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pytheus/custom_loss/assembly_index.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/custom_loss/assembly_index.py -------------------------------------------------------------------------------- /pytheus/fancy_classes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/fancy_classes.py -------------------------------------------------------------------------------- /pytheus/graphplot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphplot.py -------------------------------------------------------------------------------- /pytheus/graphplot_lts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphplot_lts.py -------------------------------------------------------------------------------- /pytheus/graphs/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/.DS_Store -------------------------------------------------------------------------------- /pytheus/graphs/AssemblyIndex/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/AssemblyIndex/.DS_Store -------------------------------------------------------------------------------- /pytheus/graphs/AssemblyIndex/assembly4/config_assembly4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/AssemblyIndex/assembly4/config_assembly4.json -------------------------------------------------------------------------------- /pytheus/graphs/AssemblyIndex/assembly4/plot_assembly4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/AssemblyIndex/assembly4/plot_assembly4.json -------------------------------------------------------------------------------- /pytheus/graphs/AssemblyIndex/assembly6/config_assembly6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/AssemblyIndex/assembly6/config_assembly6.json -------------------------------------------------------------------------------- /pytheus/graphs/AssemblyIndex/assembly6/plot_assembly6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/AssemblyIndex/assembly6/plot_assembly6.json -------------------------------------------------------------------------------- /pytheus/graphs/Communication/2pES_3d/config_2pES_3d.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Communication/2pES_3d/config_2pES_3d.json -------------------------------------------------------------------------------- /pytheus/graphs/Communication/2pES_3d/graph_2pES_3d.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/Communication/2pES_3d/graph_2pES_3d.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Communication/2pES_3d/graph_2pES_3d.pdf -------------------------------------------------------------------------------- /pytheus/graphs/Communication/2pES_3d/graph_2pES_3d.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Communication/2pES_3d/graph_2pES_3d.tex -------------------------------------------------------------------------------- /pytheus/graphs/Communication/3pES/config_3pES.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Communication/3pES/config_3pES.json -------------------------------------------------------------------------------- /pytheus/graphs/Communication/3pES/graph_3pES.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/Communication/3pES/graph_3pES.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Communication/3pES/graph_3pES.pdf -------------------------------------------------------------------------------- /pytheus/graphs/Communication/3pES/graph_3pES.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Communication/3pES/graph_3pES.tex -------------------------------------------------------------------------------- /pytheus/graphs/Communication/3pES/plot_3pES_clean-18-16-0.1111_0.0000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Communication/3pES/plot_3pES_clean-18-16-0.1111_0.0000.json -------------------------------------------------------------------------------- /pytheus/graphs/Communication/ES3d_sp/config_ES3d_sp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Communication/ES3d_sp/config_ES3d_sp.json -------------------------------------------------------------------------------- /pytheus/graphs/Communication/ES3d_sp/graph_ES3d_sp.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/Communication/ES3d_sp/graph_ES3d_sp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Communication/ES3d_sp/graph_ES3d_sp.pdf -------------------------------------------------------------------------------- /pytheus/graphs/Communication/ES3d_sp/graph_ES3d_sp.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Communication/ES3d_sp/graph_ES3d_sp.tex -------------------------------------------------------------------------------- /pytheus/graphs/Communication/ES_246/config_ES_246.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Communication/ES_246/config_ES_246.json -------------------------------------------------------------------------------- /pytheus/graphs/Communication/ES_246/graph_ES_246.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/Communication/ES_246/graph_ES_246.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Communication/ES_246/graph_ES_246.pdf -------------------------------------------------------------------------------- /pytheus/graphs/Communication/ES_246/graph_ES_246.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Communication/ES_246/graph_ES_246.tex -------------------------------------------------------------------------------- /pytheus/graphs/Communication/ES_246/original_clean-12-6-0.2000_0.0000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Communication/ES_246/original_clean-12-6-0.2000_0.0000.json -------------------------------------------------------------------------------- /pytheus/graphs/Communication/ES_246/plot_clean-12-6-0.2000_0.0000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Communication/ES_246/plot_clean-12-6-0.2000_0.0000.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/.DS_Store -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/aklt3spin1/config_aklt3spin1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/aklt3spin1/config_aklt3spin1.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/aklt3spin1/graph_aklt3spin1.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/aklt3spin1/graph_aklt3spin1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/aklt3spin1/graph_aklt3spin1.pdf -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/aklt3spin1/graph_aklt3spin1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/aklt3spin1/graph_aklt3spin1.tex -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/aklt3spin2/config_aklt3spin2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/aklt3spin2/config_aklt3spin2.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/aklt3spin2/graph_aklt3spin2.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/aklt3spin2/graph_aklt3spin2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/aklt3spin2/graph_aklt3spin2.pdf -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/aklt3spin2/graph_aklt3spin2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/aklt3spin2/graph_aklt3spin2.tex -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/aklt4spin1/config_aklt4spin1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/aklt4spin1/config_aklt4spin1.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/aklt4spin1/graph_aklt4spin1.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/aklt4spin1/graph_aklt4spin1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/aklt4spin1/graph_aklt4spin1.pdf -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/aklt4spin1/graph_aklt4spin1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/aklt4spin1/graph_aklt4spin1.tex -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/aklt4spin1/plot_aklt4spin1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/aklt4spin1/plot_aklt4spin1.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/dyck6/config_dyck6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/dyck6/config_dyck6.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/dyck6/graph_dyck6.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/dyck6/graph_dyck6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/dyck6/graph_dyck6.pdf -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/dyck6/graph_dyck6.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/dyck6/graph_dyck6.tex -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/dyck6/plot_dyck6_clean-8-5-0.1667_0.0000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/dyck6/plot_dyck6_clean-8-5-0.1667_0.0000.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/dyck8/config_dyck8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/dyck8/config_dyck8.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/dyck8/graph_dyck8.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/dyck8/graph_dyck8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/dyck8/graph_dyck8.pdf -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/dyck8/graph_dyck8.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/dyck8/graph_dyck8.tex -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/haldaneA_3/config_haldaneA_3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/haldaneA_3/config_haldaneA_3.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/haldaneA_3/graph_haldaneA_3.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/haldaneA_3/graph_haldaneA_3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/haldaneA_3/graph_haldaneA_3.pdf -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/haldaneA_3/graph_haldaneA_3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/haldaneA_3/graph_haldaneA_3.tex -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/haldaneA_3/original_haldaneA_27edges.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/haldaneA_3/original_haldaneA_27edges.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/haldaneA_3/plot_haldaneA_27edges.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/haldaneA_3/plot_haldaneA_27edges.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/haldaneB_3/config_haldaneB_3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/haldaneB_3/config_haldaneB_3.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/haldaneB_3/graph_haldaneB_3.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/haldaneB_3/graph_haldaneB_3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/haldaneB_3/graph_haldaneB_3.pdf -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/haldaneB_3/graph_haldaneB_3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/haldaneB_3/graph_haldaneB_3.tex -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/haldaneC_3/config_haldaneC_3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/haldaneC_3/config_haldaneC_3.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/haldaneC_3/graph_haldaneC_3.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/haldaneC_3/graph_haldaneC_3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/haldaneC_3/graph_haldaneC_3.pdf -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/haldaneC_3/graph_haldaneC_3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/haldaneC_3/graph_haldaneC_3.tex -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/majumdar4/config_majumdar4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/majumdar4/config_majumdar4.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/majumdar4/graph_majumdar4.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/majumdar4/graph_majumdar4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/majumdar4/graph_majumdar4.pdf -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/majumdar4/graph_majumdar4.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/majumdar4/graph_majumdar4.tex -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/majumdar6/config_majumdar6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/majumdar6/config_majumdar6.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/majumdar6/graph_majumdar6.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/majumdar6/graph_majumdar6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/majumdar6/graph_majumdar6.pdf -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/majumdar6/graph_majumdar6.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/majumdar6/graph_majumdar6.tex -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/motzkin3/config_motzkin3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/motzkin3/config_motzkin3.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/motzkin3/graph_motzkin3.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/motzkin3/graph_motzkin3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/motzkin3/graph_motzkin3.pdf -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/motzkin3/graph_motzkin3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/motzkin3/graph_motzkin3.tex -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/motzkin4/config_motzkin4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/motzkin4/config_motzkin4.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/motzkin4/graph_motzkin4.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/motzkin4/graph_motzkin4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/motzkin4/graph_motzkin4.pdf -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/motzkin4/graph_motzkin4.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/motzkin4/graph_motzkin4.tex -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/nbody3/config_nbody3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/nbody3/config_nbody3.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/nbody3/graph_nbody3.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/nbody3/graph_nbody3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/nbody3/graph_nbody3.pdf -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/nbody3/graph_nbody3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/nbody3/graph_nbody3.tex -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/nbody3/plot_nbody3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/nbody3/plot_nbody3.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/nbody4/config_nbody4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/nbody4/config_nbody4.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/nbody4/graph_nbody4.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/nbody4/graph_nbody4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/nbody4/graph_nbody4.pdf -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/nbody4/graph_nbody4.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/nbody4/graph_nbody4.tex -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/nbody4/plot_nbody4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/nbody4/plot_nbody4.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/nbody5/config_nbody5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/nbody5/config_nbody5.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/nbody5/graph_nbody5.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/nbody5/graph_nbody5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/nbody5/graph_nbody5.pdf -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/nbody5/graph_nbody5.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/nbody5/graph_nbody5.tex -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/nbody5/plot_nbody5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/nbody5/plot_nbody5.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/nbody6/config_nbody6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/nbody6/config_nbody6.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/nbody6/graph_nbody6.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/nbody6/graph_nbody6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/nbody6/graph_nbody6.pdf -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/nbody6/graph_nbody6.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/nbody6/graph_nbody6.tex -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/nbody6/plot_nbody6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/nbody6/plot_nbody6.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/oneDspinhalfwire/config_oneDspinhalfwire.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/oneDspinhalfwire/config_oneDspinhalfwire.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/oneDspinhalfwire/graph_oneDspinhalfwire.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/oneDspinhalfwire/graph_oneDspinhalfwire.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/oneDspinhalfwire/graph_oneDspinhalfwire.pdf -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/oneDspinhalfwire/graph_oneDspinhalfwire.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/oneDspinhalfwire/graph_oneDspinhalfwire.tex -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/oneDspinhalfwire4/graph_oneDspinhalfwire4.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/oneDspinhalfwire4/graph_oneDspinhalfwire4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/oneDspinhalfwire4/graph_oneDspinhalfwire4.pdf -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/oneDspinhalfwire4/graph_oneDspinhalfwire4.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/oneDspinhalfwire4/graph_oneDspinhalfwire4.tex -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/onsager6/config_onsager6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/onsager6/config_onsager6.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/onsager6/graph_onsager6.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/onsager6/graph_onsager6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/onsager6/graph_onsager6.pdf -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/onsager6/graph_onsager6.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/onsager6/graph_onsager6.tex -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/onsager6/plot_onsager6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/onsager6/plot_onsager6.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/onsager8/config_onsager8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/onsager8/config_onsager8.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/onsager8/graph_onsager8.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/onsager8/graph_onsager8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/onsager8/graph_onsager8.pdf -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/onsager8/graph_onsager8.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/onsager8/graph_onsager8.tex -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/onsager8/plot_onsager8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/onsager8/plot_onsager8.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/pxp6/config_PXPscar_6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/pxp6/config_PXPscar_6.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/pxp6/graph_pxp6.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/pxp6/graph_pxp6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/pxp6/graph_pxp6.pdf -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/pxp6/graph_pxp6.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/pxp6/graph_pxp6.tex -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/pxp6/plot_pxp6_rough-22-45-0.0000_0.0379.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/pxp6/plot_pxp6_rough-22-45-0.0000_0.0379.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/pxp8/config_PXP8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/pxp8/config_PXP8.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/pxp8/graph_pxp8.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/pxp8/graph_pxp8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/pxp8/graph_pxp8.pdf -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/pxp8/graph_pxp8.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/pxp8/graph_pxp8.tex -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/pxp8/plot_pxp8_rough-22-60-0.0000_0.0348.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/pxp8/plot_pxp8_rough-22-60-0.0000_0.0348.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/spin1/config_spin1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/spin1/config_spin1.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/spin1/graph_spin1.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/spin1/graph_spin1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/spin1/graph_spin1.pdf -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/spin1/graph_spin1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/spin1/graph_spin1.tex -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/spin1/plot_spin1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/spin1/plot_spin1.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/spin32letter/config_spin32letter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/spin32letter/config_spin32letter.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/spin32letter/graph_spin32letter.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/spin32letter/graph_spin32letter.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/spin32letter/graph_spin32letter.pdf -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/spin32letter/graph_spin32letter.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/spin32letter/graph_spin32letter.tex -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/spin3halfsMINUS/config_spin3halfsMINUS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/spin3halfsMINUS/config_spin3halfsMINUS.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/spin3halfsMINUS/graph_spin3halfsMINUS.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/spin3halfsMINUS/graph_spin3halfsMINUS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/spin3halfsMINUS/graph_spin3halfsMINUS.pdf -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/spin3halfsMINUS/graph_spin3halfsMINUS.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/spin3halfsMINUS/graph_spin3halfsMINUS.tex -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/spin3halfsMINUS/plot_spin3halfsMINUS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/spin3halfsMINUS/plot_spin3halfsMINUS.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/spin3halfsPLUS/config_spin3halfsPLUS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/spin3halfsPLUS/config_spin3halfsPLUS.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/spin3halfsPLUS/graph_spin3halfsPLUS.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/spin3halfsPLUS/graph_spin3halfsPLUS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/spin3halfsPLUS/graph_spin3halfsPLUS.pdf -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/spin3halfsPLUS/graph_spin3halfsPLUS.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/spin3halfsPLUS/graph_spin3halfsPLUS.tex -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/spin3halfsPLUS/plot_spin3halfsPLUS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/spin3halfsPLUS/plot_spin3halfsPLUS.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/wAF1_3/config_wAF1_3_wAF1_3_rough.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/wAF1_3/config_wAF1_3_wAF1_3_rough.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/wAF1_3/graph_wAF1_3.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/wAF1_3/graph_wAF1_3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/wAF1_3/graph_wAF1_3.pdf -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/wAF1_3/graph_wAF1_3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/wAF1_3/graph_wAF1_3.tex -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/wAF2_3/config_wAF2_3_wAF2_3_rough.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/wAF2_3/config_wAF2_3_wAF2_3_rough.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/wAF2_3/graph_wAF2_3.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/wAF2_3/graph_wAF2_3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/wAF2_3/graph_wAF2_3.pdf -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/wAF2_3/graph_wAF2_3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/wAF2_3/graph_wAF2_3.tex -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/wAF3_3/config_wAF3_3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/wAF3_3/config_wAF3_3.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/wAF3_3/graph_wAF3_3.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/wAF3_3/graph_wAF3_3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/wAF3_3/graph_wAF3_3.pdf -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/wAF3_3/graph_wAF3_3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/wAF3_3/graph_wAF3_3.tex -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/wAF4_3/config_wAF4_3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/wAF4_3/config_wAF4_3.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/wAF4_3/graph_wAF4_3.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/wAF4_3/graph_wAF4_3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/wAF4_3/graph_wAF4_3.pdf -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/wAF4_3/graph_wAF4_3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/wAF4_3/graph_wAF4_3.tex -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/wAF_NOsym/config_wAF_NOsym.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/wAF_NOsym/config_wAF_NOsym.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/wAF_NOsym/graph_wAF_NOsym.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/wAF_NOsym/graph_wAF_NOsym.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/wAF_NOsym/graph_wAF_NOsym.pdf -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/wAF_NOsym/graph_wAF_NOsym.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/wAF_NOsym/graph_wAF_NOsym.tex -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/wAF_NOsym/plot_wAF_NOsym.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/wAF_NOsym/plot_wAF_NOsym.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/wAF_sym/config_wAF_sym.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/wAF_sym/config_wAF_sym.json -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/wAF_sym/graph_wAF_sym.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/wAF_sym/graph_wAF_sym.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/wAF_sym/graph_wAF_sym.pdf -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/wAF_sym/graph_wAF_sym.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/wAF_sym/graph_wAF_sym.tex -------------------------------------------------------------------------------- /pytheus/graphs/CondensedMatter/wAF_sym/plot_wAF_sym.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/CondensedMatter/wAF_sym/plot_wAF_sym.json -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/.DS_Store -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/cube/config_cube.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/cube/config_cube.json -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/cube/graph_cube.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/cube/graph_cube.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/cube/graph_cube.pdf -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/cube/graph_cube.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/cube/graph_cube.tex -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/cube/other_solutions/rough-15-3-0.0035_0.0000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/cube/other_solutions/rough-15-3-0.0035_0.0000.json -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/cube/other_solutions/rough-15-3-0.0036_0.0000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/cube/other_solutions/rough-15-3-0.0036_0.0000.json -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/cube/other_solutions/rough-15-3-0.0056_0.0000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/cube/other_solutions/rough-15-3-0.0056_0.0000.json -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/cube/other_solutions/rough-15-4-0.0044_0.0000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/cube/other_solutions/rough-15-4-0.0044_0.0000.json -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/cube/other_solutions/rough-15-4-0.0046_0.0000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/cube/other_solutions/rough-15-4-0.0046_0.0000.json -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/cube/other_solutions/rough-15-5-0.0031_0.0000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/cube/other_solutions/rough-15-5-0.0031_0.0000.json -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/cube/other_solutions/rough-15-5-0.0048_0.0000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/cube/other_solutions/rough-15-5-0.0048_0.0000.json -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/cube/other_solutions/rough-15-5-0.0052_0.0000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/cube/other_solutions/rough-15-5-0.0052_0.0000.json -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/cube/other_solutions/rough-15-5-0.0053_0.0000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/cube/other_solutions/rough-15-5-0.0053_0.0000.json -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/cube/other_solutions/rough-15-6-0.0040_0.0000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/cube/other_solutions/rough-15-6-0.0040_0.0000.json -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/cube/other_solutions/rough-15-7-0.0027_0.0000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/cube/other_solutions/rough-15-7-0.0027_0.0000.json -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/cube/other_solutions/rough-15-7-0.0032_0.0000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/cube/other_solutions/rough-15-7-0.0032_0.0000.json -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/cube/other_solutions/rough-15-8-0.0025_0.0000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/cube/other_solutions/rough-15-8-0.0025_0.0000.json -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/cube/plot_cube_rough-15-5-0.0031_0.0000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/cube/plot_cube_rough-15-5-0.0031_0.0000.json -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/noon2m3ph1anc/config_noon2m3ph1anc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/noon2m3ph1anc/config_noon2m3ph1anc.json -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/noon2m4ph2anc/config_noon2m4ph2anc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/noon2m4ph2anc/config_noon2m4ph2anc.json -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/noon2m4ph2anc/graph_noon2m4ph2anc.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/noon2m4ph2anc/graph_noon2m4ph2anc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/noon2m4ph2anc/graph_noon2m4ph2anc.pdf -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/noon2m4ph2anc/graph_noon2m4ph2anc.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/noon2m4ph2anc/graph_noon2m4ph2anc.tex -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/noon2m4ph2anc/plot_noon2m4ph2anc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/noon2m4ph2anc/plot_noon2m4ph2anc.json -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/noon2m5ph3anc/config_noon2m5ph3anc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/noon2m5ph3anc/config_noon2m5ph3anc.json -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/noon2m5ph3anc/graph_noon2m5ph3anc.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/noon2m5ph3anc/graph_noon2m5ph3anc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/noon2m5ph3anc/graph_noon2m5ph3anc.pdf -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/noon2m5ph3anc/graph_noon2m5ph3anc.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/noon2m5ph3anc/graph_noon2m5ph3anc.tex -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/noon2m5ph3anc/plot_noon2m5ph3anc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/noon2m5ph3anc/plot_noon2m5ph3anc.json -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/noon2m6ph4anc/config_noon2m6ph4anc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/noon2m6ph4anc/config_noon2m6ph4anc.json -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/noon2m6ph4anc/graph_noon2m6ph4anc.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/noon2m6ph4anc/graph_noon2m6ph4anc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/noon2m6ph4anc/graph_noon2m6ph4anc.pdf -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/noon2m6ph4anc/graph_noon2m6ph4anc.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/noon2m6ph4anc/graph_noon2m6ph4anc.tex -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/noon2m6ph4anc/plot_noon2m6ph4anc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/noon2m6ph4anc/plot_noon2m6ph4anc.json -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/noon2m7ph5anc/config_noon2m7ph5anc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/noon2m7ph5anc/config_noon2m7ph5anc.json -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/noon2m7ph5anc/graph_noon2m7ph5anc.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/noon2m7ph5anc/graph_noon2m7ph5anc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/noon2m7ph5anc/graph_noon2m7ph5anc.pdf -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/noon2m7ph5anc/graph_noon2m7ph5anc.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/noon2m7ph5anc/graph_noon2m7ph5anc.tex -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/noon2m7ph5anc/plot_noon2m7ph5anc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/noon2m7ph5anc/plot_noon2m7ph5anc.json -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/noon2m8ph6anc/config_noon2m8ph6anc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/noon2m8ph6anc/config_noon2m8ph6anc.json -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/noon2m8ph6anc/graph_noon2m8ph6anc.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/noon2m8ph6anc/graph_noon2m8ph6anc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/noon2m8ph6anc/graph_noon2m8ph6anc.pdf -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/noon2m8ph6anc/graph_noon2m8ph6anc.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/noon2m8ph6anc/graph_noon2m8ph6anc.tex -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/noon2m8ph6anc/plot_noon2m8ph6anc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/noon2m8ph6anc/plot_noon2m8ph6anc.json -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/noon3m3ph3anc/config_noon3m3ph3anc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/noon3m3ph3anc/config_noon3m3ph3anc.json -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/noon3m3ph3anc/plot_noon3m3ph3anc_11edges.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/noon3m3ph3anc/plot_noon3m3ph3anc_11edges.json -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/noon3m4ph4anc/config_noon3m4ph4anc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/noon3m4ph4anc/config_noon3m4ph4anc.json -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/noon3m4ph4anc/graph_noon3m4ph4anc.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/noon3m4ph4anc/graph_noon3m4ph4anc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/noon3m4ph4anc/graph_noon3m4ph4anc.pdf -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/noon3m4ph4anc/graph_noon3m4ph4anc.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/noon3m4ph4anc/graph_noon3m4ph4anc.tex -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/noon3m4ph4anc/plot_noon3m4ph4anc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/noon3m4ph4anc/plot_noon3m4ph4anc.json -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/noon4m3ph5anc/config_noon4m3ph5anc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/noon4m3ph5anc/config_noon4m3ph5anc.json -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/noon4m3ph5anc/graph_noon4m3ph5anc.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/noon4m3ph5anc/graph_noon4m3ph5anc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/noon4m3ph5anc/graph_noon4m3ph5anc.pdf -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/noon4m3ph5anc/graph_noon4m3ph5anc.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/noon4m3ph5anc/graph_noon4m3ph5anc.tex -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/noon4m3ph5anc/plot_noon4m3ph5anc_17edges.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/noon4m3ph5anc/plot_noon4m3ph5anc_17edges.json -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/noon5m3ph7anc/config_noon5m3ph7anc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/noon5m3ph7anc/config_noon5m3ph7anc.json -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/noon5m3ph7anc/graph_noon5m3ph7anc.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/noon5m3ph7anc/graph_noon5m3ph7anc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/noon5m3ph7anc/graph_noon5m3ph7anc.pdf -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/noon5m3ph7anc/graph_noon5m3ph7anc.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/noon5m3ph7anc/graph_noon5m3ph7anc.tex -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/octahedron/config_octahedron.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/octahedron/config_octahedron.json -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/octahedron/graph_octahedron.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/octahedron/graph_octahedron.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/octahedron/graph_octahedron.pdf -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/octahedron/graph_octahedron.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/octahedron/graph_octahedron.tex -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/octahedron/plot_octahedron.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/octahedron/plot_octahedron.json -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/tetrahedron/config_tetrahedron.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/tetrahedron/config_tetrahedron.json -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/tetrahedron/plot_tetrahedron.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/tetrahedron/plot_tetrahedron.json -------------------------------------------------------------------------------- /pytheus/graphs/FockStates/tetrahedron_short/rough-5-0-0.0000_0.1000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/FockStates/tetrahedron_short/rough-5-0-0.0000_0.1000.json -------------------------------------------------------------------------------- /pytheus/graphs/Gates/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/.DS_Store -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot22_sp/config_cnot22_sp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/cnot22_sp/config_cnot22_sp.json -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot22_sp/graph_cnot22_sp.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot22_sp/graph_cnot22_sp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/cnot22_sp/graph_cnot22_sp.pdf -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot22_sp/graph_cnot22_sp.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/cnot22_sp/graph_cnot22_sp.tex -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot22_sp/plot_cnot22_sp_clean-22-68-0.0588_0.0000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/cnot22_sp/plot_cnot22_sp_clean-22-68-0.0588_0.0000.json -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot23/config_cnot23.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/cnot23/config_cnot23.json -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot23/graph_cnot23.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot23/graph_cnot23.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/cnot23/graph_cnot23.pdf -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot23/graph_cnot23.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/cnot23/graph_cnot23.tex -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot23/plot_cnot23_clean-25-66-0.0400_0.0000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/cnot23/plot_cnot23_clean-25-66-0.0400_0.0000.json -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot23_post/config_cnot_23_post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/cnot23_post/config_cnot_23_post.json -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot23_post/graph_cnot23_post.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot23_post/graph_cnot23_post.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/cnot23_post/graph_cnot23_post.pdf -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot23_post/graph_cnot23_post.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/cnot23_post/graph_cnot23_post.tex -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot23_sp/config_cnot23_sp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/cnot23_sp/config_cnot23_sp.json -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot23_sp/graph_cnot23_sp.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot23_sp/graph_cnot23_sp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/cnot23_sp/graph_cnot23_sp.pdf -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot23_sp/graph_cnot23_sp.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/cnot23_sp/graph_cnot23_sp.tex -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot23_sp/plot_cnot23_sp_clean-36-210-0.0270_0.0000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/cnot23_sp/plot_cnot23_sp_clean-36-210-0.0270_0.0000.json -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot23_sp_post/config_cnot_23_sp_post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/cnot23_sp_post/config_cnot_23_sp_post.json -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot23_sp_post/graph_cnot23_sp_post.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot23_sp_post/graph_cnot23_sp_post.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/cnot23_sp_post/graph_cnot23_sp_post.pdf -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot23_sp_post/graph_cnot23_sp_post.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/cnot23_sp_post/graph_cnot23_sp_post.tex -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot23_sp_post/plot_clean-25-48-0.0400_0.0000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/cnot23_sp_post/plot_clean-25-48-0.0400_0.0000.json -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot24_post/config_cnot_24_post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/cnot24_post/config_cnot_24_post.json -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot24_post/graph_cnot24_post.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot24_post/graph_cnot24_post.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/cnot24_post/graph_cnot24_post.pdf -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot24_post/graph_cnot24_post.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/cnot24_post/graph_cnot24_post.tex -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot33_0/config_cnot33_0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/cnot33_0/config_cnot33_0.json -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot33_0/graph_cnot33_0.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot33_0/graph_cnot33_0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/cnot33_0/graph_cnot33_0.pdf -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot33_0/graph_cnot33_0.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/cnot33_0/graph_cnot33_0.tex -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot33_0/plot_cnot33_0_clean-14-12-0.0769_0.0000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/cnot33_0/plot_cnot33_0_clean-14-12-0.0769_0.0000.json -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot33_post/config_cnot33_post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/cnot33_post/config_cnot33_post.json -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot33_post/graph_cnot33_post.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot33_post/graph_cnot33_post.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/cnot33_post/graph_cnot33_post.pdf -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot33_post/graph_cnot33_post.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/cnot33_post/graph_cnot33_post.tex -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot33_sp/config_cnot33_sp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/cnot33_sp/config_cnot33_sp.json -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot33_sp/graph_cnot33_sp.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot33_sp/graph_cnot33_sp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/cnot33_sp/graph_cnot33_sp.pdf -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot33_sp/graph_cnot33_sp.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/cnot33_sp/graph_cnot33_sp.tex -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot33_sp/plot_cnot33_sp_clean-36-210-0.0270_0.0000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/cnot33_sp/plot_cnot33_sp_clean-36-210-0.0270_0.0000.json -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot44_0/config_cnot44_0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/cnot44_0/config_cnot44_0.json -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot44_0/graph_cnot44_0.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot44_0/graph_cnot44_0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/cnot44_0/graph_cnot44_0.pdf -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot44_0/graph_cnot44_0.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/cnot44_0/graph_cnot44_0.tex -------------------------------------------------------------------------------- /pytheus/graphs/Gates/cnot44_0/plot_cnot44_0_clean-24-40-0.0588_0.0000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/cnot44_0/plot_cnot44_0_clean-24-40-0.0588_0.0000.json -------------------------------------------------------------------------------- /pytheus/graphs/Gates/controlled_z/config_controlled_z.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/controlled_z/config_controlled_z.json -------------------------------------------------------------------------------- /pytheus/graphs/Gates/controlled_z/graph_controlled_z.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/Gates/controlled_z/graph_controlled_z.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/controlled_z/graph_controlled_z.pdf -------------------------------------------------------------------------------- /pytheus/graphs/Gates/controlled_z/graph_controlled_z.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/controlled_z/graph_controlled_z.tex -------------------------------------------------------------------------------- /pytheus/graphs/Gates/controlled_z_post_sp/config_controlled_z_post_sp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/controlled_z_post_sp/config_controlled_z_post_sp.json -------------------------------------------------------------------------------- /pytheus/graphs/Gates/controlled_z_post_sp/graph_controlled_z_post_sp.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/Gates/controlled_z_post_sp/graph_controlled_z_post_sp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/controlled_z_post_sp/graph_controlled_z_post_sp.pdf -------------------------------------------------------------------------------- /pytheus/graphs/Gates/controlled_z_post_sp/graph_controlled_z_post_sp.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/controlled_z_post_sp/graph_controlled_z_post_sp.tex -------------------------------------------------------------------------------- /pytheus/graphs/Gates/controlled_z_sp/config_controlled_z_sp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/controlled_z_sp/config_controlled_z_sp.json -------------------------------------------------------------------------------- /pytheus/graphs/Gates/controlled_z_sp/graph_controlled_z_sp.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/Gates/controlled_z_sp/graph_controlled_z_sp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/controlled_z_sp/graph_controlled_z_sp.pdf -------------------------------------------------------------------------------- /pytheus/graphs/Gates/controlled_z_sp/graph_controlled_z_sp.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/controlled_z_sp/graph_controlled_z_sp.tex -------------------------------------------------------------------------------- /pytheus/graphs/Gates/fredkin_0/config_fredkin_0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/fredkin_0/config_fredkin_0.json -------------------------------------------------------------------------------- /pytheus/graphs/Gates/fredkin_0/graph_fredkin_0.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/Gates/fredkin_0/graph_fredkin_0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/fredkin_0/graph_fredkin_0.pdf -------------------------------------------------------------------------------- /pytheus/graphs/Gates/fredkin_0/graph_fredkin_0.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/fredkin_0/graph_fredkin_0.tex -------------------------------------------------------------------------------- /pytheus/graphs/Gates/fredkin_0/plot_fredkin_0_clean-15-24-0.0588_0.0000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/fredkin_0/plot_fredkin_0_clean-15-24-0.0588_0.0000.json -------------------------------------------------------------------------------- /pytheus/graphs/Gates/fredkin_post/config_fredkin_post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/fredkin_post/config_fredkin_post.json -------------------------------------------------------------------------------- /pytheus/graphs/Gates/fredkin_post/graph_fredkin_post.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/Gates/fredkin_post/graph_fredkin_post.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/fredkin_post/graph_fredkin_post.pdf -------------------------------------------------------------------------------- /pytheus/graphs/Gates/fredkin_post/graph_fredkin_post.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/fredkin_post/graph_fredkin_post.tex -------------------------------------------------------------------------------- /pytheus/graphs/Gates/fredkin_post_sp/config_fredkin_post_sp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/fredkin_post_sp/config_fredkin_post_sp.json -------------------------------------------------------------------------------- /pytheus/graphs/Gates/fredkin_post_sp/graph_fredkin_post_sp.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/Gates/fredkin_post_sp/graph_fredkin_post_sp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/fredkin_post_sp/graph_fredkin_post_sp.pdf -------------------------------------------------------------------------------- /pytheus/graphs/Gates/fredkin_post_sp/graph_fredkin_post_sp.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/fredkin_post_sp/graph_fredkin_post_sp.tex -------------------------------------------------------------------------------- /pytheus/graphs/Gates/toffoli/config_toffoli.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/toffoli/config_toffoli.json -------------------------------------------------------------------------------- /pytheus/graphs/Gates/toffoli/graph_toffoli.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/Gates/toffoli/graph_toffoli.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/toffoli/graph_toffoli.pdf -------------------------------------------------------------------------------- /pytheus/graphs/Gates/toffoli/graph_toffoli.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/toffoli/graph_toffoli.tex -------------------------------------------------------------------------------- /pytheus/graphs/Gates/toffoli/plot_toffoli_clean-20-56-0.0303_0.0000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/toffoli/plot_toffoli_clean-20-56-0.0303_0.0000.json -------------------------------------------------------------------------------- /pytheus/graphs/Gates/toffoli_3d_post/config_toffoli_3d_post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/toffoli_3d_post/config_toffoli_3d_post.json -------------------------------------------------------------------------------- /pytheus/graphs/Gates/toffoli_3d_post/graph_toffoli_3d_post.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/Gates/toffoli_3d_post/graph_toffoli_3d_post.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/toffoli_3d_post/graph_toffoli_3d_post.pdf -------------------------------------------------------------------------------- /pytheus/graphs/Gates/toffoli_3d_post/graph_toffoli_3d_post.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/toffoli_3d_post/graph_toffoli_3d_post.tex -------------------------------------------------------------------------------- /pytheus/graphs/Gates/toffoli_3d_post/plot_clean-26-68-0.0769_0.0000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/toffoli_3d_post/plot_clean-26-68-0.0769_0.0000.json -------------------------------------------------------------------------------- /pytheus/graphs/Gates/toffoli_post/config_toffoli_post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/toffoli_post/config_toffoli_post.json -------------------------------------------------------------------------------- /pytheus/graphs/Gates/toffoli_post/graph_toffoli_post.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/Gates/toffoli_post/graph_toffoli_post.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/toffoli_post/graph_toffoli_post.pdf -------------------------------------------------------------------------------- /pytheus/graphs/Gates/toffoli_post/graph_toffoli_post.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Gates/toffoli_post/graph_toffoli_post.tex -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/.DS_Store -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/BellGem3D/config_BellGem3D.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/BellGem3D/config_BellGem3D.json -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/BellGem3D/graph_BellGem3D.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/BellGem3D/graph_BellGem3D.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/BellGem3D/graph_BellGem3D.pdf -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/BellGem3D/graph_BellGem3D.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/BellGem3D/graph_BellGem3D.tex -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/Laflamme/config_Laflamme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/Laflamme/config_Laflamme.json -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/Laflamme/graph_Laflamme.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/Laflamme/graph_Laflamme.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/Laflamme/graph_Laflamme.pdf -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/Laflamme/graph_Laflamme.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/Laflamme/graph_Laflamme.tex -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/Shor/config_shor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/Shor/config_shor.json -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/Shor/graph_Shor.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/Shor/graph_Shor.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/Shor/graph_Shor.pdf -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/Shor/graph_Shor.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/Shor/graph_Shor.tex -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/Steane/config_steane.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/Steane/config_steane.json -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/Steane/graph_Steane.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/Steane/graph_Steane.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/Steane/graph_Steane.pdf -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/Steane/graph_Steane.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/Steane/graph_Steane.tex -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/W3W3/config_W3W3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/W3W3/config_W3W3.json -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/W3W3/graph_W3W3.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/W3W3/graph_W3W3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/W3W3/graph_W3W3.pdf -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/W3W3/graph_W3W3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/W3W3/graph_W3W3.tex -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/W3_sp/config_w3_sp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/W3_sp/config_w3_sp.json -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/W3_sp/graph_W3_sp.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/W3_sp/graph_W3_sp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/W3_sp/graph_W3_sp.pdf -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/W3_sp/graph_W3_sp.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/W3_sp/graph_W3_sp.tex -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/W4_sp/config_W4_sp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/W4_sp/config_W4_sp.json -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/W4_sp/graph_W4_sp.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/W4_sp/graph_W4_sp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/W4_sp/graph_W4_sp.pdf -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/W4_sp/graph_W4_sp.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/W4_sp/graph_W4_sp.tex -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/W5W5/config_W5W5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/W5W5/config_W5W5.json -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/W5W5/graph_W5W5.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/W5W5/graph_W5W5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/W5W5/graph_W5W5.pdf -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/W5W5/graph_W5W5.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/W5W5/graph_W5W5.tex -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/W5_sp/config_W5_sp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/W5_sp/config_W5_sp.json -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/W5_sp/graph_W5_sp.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/W5_sp/graph_W5_sp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/W5_sp/graph_W5_sp.pdf -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/W5_sp/graph_W5_sp.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/W5_sp/graph_W5_sp.tex -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/YC/config_YC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/YC/config_YC.json -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/YC/graph_YC.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/YC/graph_YC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/YC/graph_YC.pdf -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/YC/graph_YC.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/YC/graph_YC.tex -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/cluster_4/config_cluster_4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/cluster_4/config_cluster_4.json -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/cluster_4/graph_cluster_4.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/cluster_4/graph_cluster_4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/cluster_4/graph_cluster_4.pdf -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/cluster_4/graph_cluster_4.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/cluster_4/graph_cluster_4.tex -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/cluster_5/config_cluster_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/cluster_5/config_cluster_5.json -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/cluster_5/graph_cluster_5.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/cluster_5/graph_cluster_5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/cluster_5/graph_cluster_5.pdf -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/cluster_5/graph_cluster_5.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/cluster_5/graph_cluster_5.tex -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/complex4qubit/config_complex4qubit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/complex4qubit/config_complex4qubit.json -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/complex4qubit/graph_complex4qubit.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/complex4qubit/graph_complex4qubit.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/complex4qubit/graph_complex4qubit.pdf -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/complex4qubit/graph_complex4qubit.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/complex4qubit/graph_complex4qubit.tex -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/dicke33/config_dicke33.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/dicke33/config_dicke33.json -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/dicke33/graph_dicke33.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/dicke33/graph_dicke33.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/dicke33/graph_dicke33.pdf -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/dicke33/graph_dicke33.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/dicke33/graph_dicke33.tex -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/dicke33/plot_dicke33_9edges.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/dicke33/plot_dicke33_9edges.json -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/dicke43/config_dicke43.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/dicke43/config_dicke43.json -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/dicke43/dicke43.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/dicke43/dicke43.json -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/dicke43/graph_dicke43.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/dicke43/graph_dicke43.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/dicke43/graph_dicke43.pdf -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/dicke43/graph_dicke43.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/dicke43/graph_dicke43.tex -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/dicke43/plot_dicke43_20edges.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/dicke43/plot_dicke43_20edges.json -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/dicke52/config_dicke52.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/dicke52/config_dicke52.json -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/dicke52/dicke52.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/dicke52/dicke52.json -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/dicke52/graph_dicke52.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/dicke52/graph_dicke52.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/dicke52/graph_dicke52.pdf -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/dicke52/graph_dicke52.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/dicke52/graph_dicke52.tex -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/dicke52/plot_dicke52_13edges.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/dicke52/plot_dicke52_13edges.json -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/dicke72/config_dicke72.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/dicke72/config_dicke72.json -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/dicke72/dicke72.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/dicke72/dicke72.json -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/dicke72/graph_dicke72.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/dicke72/graph_dicke72.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/dicke72/graph_dicke72.pdf -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/dicke72/graph_dicke72.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/dicke72/graph_dicke72.tex -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ent9_053/config_ent9_053.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/ent9_053/config_ent9_053.json -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ent9_071/config_ent9_071.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/ent9_071/config_ent9_071.json -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ent9_la4real/config_ent9_la4real.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/ent9_la4real/config_ent9_la4real.json -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_346/config_ghz_346.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/ghz_346/config_ghz_346.json -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_346/graph_ghz_346.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_346/graph_ghz_346.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/ghz_346/graph_ghz_346.pdf -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_346/graph_ghz_346.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/ghz_346/graph_ghz_346.tex -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_358/config_ghz_358.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/ghz_358/config_ghz_358.json -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_358/graph_ghz_358.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_358/graph_ghz_358.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/ghz_358/graph_ghz_358.pdf -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_358/graph_ghz_358.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/ghz_358/graph_ghz_358.tex -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_3610/config_ghz_3610.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/ghz_3610/config_ghz_3610.json -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_3610/graph_ghz_3610.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_3610/graph_ghz_3610.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/ghz_3610/graph_ghz_3610.pdf -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_3610/graph_ghz_3610.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/ghz_3610/graph_ghz_3610.tex -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_43_2p2a/config_ghz43_2p2a.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/ghz_43_2p2a/config_ghz43_2p2a.json -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_43_2p2a/graph_ghz_43_2p2a.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_43_2p2a/graph_ghz_43_2p2a.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/ghz_43_2p2a/graph_ghz_43_2p2a.pdf -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_43_2p2a/graph_ghz_43_2p2a.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/ghz_43_2p2a/graph_ghz_43_2p2a.tex -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_43_sp/config_ghz_43_sp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/ghz_43_sp/config_ghz_43_sp.json -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_43_sp/graph_ghz_43_sp.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_43_sp/graph_ghz_43_sp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/ghz_43_sp/graph_ghz_43_sp.pdf -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_43_sp/graph_ghz_43_sp.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/ghz_43_sp/graph_ghz_43_sp.tex -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_446/changes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/ghz_446/changes.md -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_446/config_ghz_446.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/ghz_446/config_ghz_446.json -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_446/graph_ghz_446.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_446/graph_ghz_446.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/ghz_446/graph_ghz_446.pdf -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_446/graph_ghz_446.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/ghz_446/graph_ghz_446.tex -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_448/config_ghz_448.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/ghz_448/config_ghz_448.json -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_448/graph_ghz_448.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_448/graph_ghz_448.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/ghz_448/graph_ghz_448.pdf -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_448/graph_ghz_448.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/ghz_448/graph_ghz_448.tex -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_538/config_ghz_538.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/ghz_538/config_ghz_538.json -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_538/graph_ghz_538.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_538/graph_ghz_538.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/ghz_538/graph_ghz_538.pdf -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_538/graph_ghz_538.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/ghz_538/graph_ghz_538.tex -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_5410/config_ghz_5410.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/ghz_5410/config_ghz_5410.json -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_5410/graph_ghz_5410.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_5410/graph_ghz_5410.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/ghz_5410/graph_ghz_5410.pdf -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_5410/graph_ghz_5410.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/ghz_5410/graph_ghz_5410.tex -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_62_sp/config_ghz_62_sp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/ghz_62_sp/config_ghz_62_sp.json -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_62_sp/graph_ghz_62_sp.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_62_sp/graph_ghz_62_sp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/ghz_62_sp/graph_ghz_62_sp.pdf -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_62_sp/graph_ghz_62_sp.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/ghz_62_sp/graph_ghz_62_sp.tex -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_638/config_ghz_638.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/ghz_638/config_ghz_638.json -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_638/graph_ghz_638.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_638/graph_ghz_638.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/ghz_638/graph_ghz_638.pdf -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_638/graph_ghz_638.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/ghz_638/graph_ghz_638.tex -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_asym446/changes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/ghz_asym446/changes.md -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_asym446/config_ghz_asym446.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/ghz_asym446/config_ghz_asym446.json -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_asym446/graph_ghz_asym446.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_asym446/graph_ghz_asym446.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/ghz_asym446/graph_ghz_asym446.pdf -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/ghz_asym446/graph_ghz_asym446.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/HighlyEntangledStates/ghz_asym446/graph_ghz_asym446.tex -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/heralded_bell_3d_sp/graph_heralded_bell_3d_sp.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/heralded_bell_sp/graph_heralded_bell_sp.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/HighlyEntangledStates/heralded_bell_sp/graph_heralded_bell_sp.tex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/AMEepsilon6qubits/graph_AMEepsilon6qubits.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/AMEepsilon6qubits/graph_AMEepsilon6qubits.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/AMEepsilon6qubits/graph_AMEepsilon6qubits.pdf -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/HD/config_HD.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/HD/config_HD.json -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/HD/graph_HD.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/HD/graph_HD.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/HD/graph_HD.pdf -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/HD/graph_HD.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/HD/graph_HD.tex -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/HD/plot_HD_clean-17-10-0.1333_0.0117.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/HD/plot_HD_clean-17-10-0.1333_0.0117.json -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/Lstate/config_Lstate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/Lstate/config_Lstate.json -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/Lstate/graph_Lstate.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/Lstate/graph_Lstate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/Lstate/graph_Lstate.pdf -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/Lstate/graph_Lstate.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/Lstate/graph_Lstate.tex -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/Lstate/plot_Lstate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/Lstate/plot_Lstate.json -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/ame_5qubit_a/config_ame_5qubit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/ame_5qubit_a/config_ame_5qubit.json -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/ame_5qubit_a/graph_ame_5qubit_a.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/ame_5qubit_a/graph_ame_5qubit_a.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/ame_5qubit_a/graph_ame_5qubit_a.pdf -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/ame_5qubit_a/graph_ame_5qubit_a.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/ame_5qubit_a/graph_ame_5qubit_a.tex -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/ame_5qubit_a/plot_ame_5qubit_a.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/ame_5qubit_a/plot_ame_5qubit_a.json -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/ame_5qubit_b/config_ame_5qubit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/ame_5qubit_b/config_ame_5qubit.json -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/ame_5qubit_b/graph_ame_5qubit_b.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/ame_5qubit_b/graph_ame_5qubit_b.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/ame_5qubit_b/graph_ame_5qubit_b.pdf -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/ame_5qubit_b/graph_ame_5qubit_b.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/ame_5qubit_b/graph_ame_5qubit_b.tex -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/ame_5qubit_b/plot_ame_5qubit_b.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/ame_5qubit_b/plot_ame_5qubit_b.json -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/bssb4/config_bssb4real.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/bssb4/config_bssb4real.json -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/bssb4/graph_bssb4.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/bssb4/graph_bssb4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/bssb4/graph_bssb4.pdf -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/bssb4/graph_bssb4.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/bssb4/graph_bssb4.tex -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/bssb4/plot_bssb4real_0anc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/bssb4/plot_bssb4real_0anc.json -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/bssb5/config_bssb5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/bssb5/config_bssb5.json -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/bssb5/graph_bssb5.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/bssb5/graph_bssb5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/bssb5/graph_bssb5.pdf -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/bssb5/graph_bssb5.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/bssb5/graph_bssb5.tex -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/bssb5/plot_bssb5_1anc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/bssb5/plot_bssb5_1anc.json -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/k2maximal4qubitsCOMPLEX/graph_k2maximal4qubitsCOMPLEX.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/k2maximal4qubitsREAL/graph_k2maximal4qubitsREAL.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/k2uniform6qubits/graph_k2uniform6qubits.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/k2uniform6qubits/graph_k2uniform6qubits.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/k2uniform6qubits/graph_k2uniform6qubits.pdf -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/k2uniform6qubits/graph_k2uniform6qubits.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/k2uniform6qubits/graph_k2uniform6qubits.tex -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/k2uniform6qubits/plot_k2uniform6qubits.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/k2uniform6qubits/plot_k2uniform6qubits.json -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/k2uniform7qubits/graph_k2uniform7qubits.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/k2uniform7qubits/graph_k2uniform7qubits.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/k2uniform7qubits/graph_k2uniform7qubits.pdf -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/k2uniform7qubits/graph_k2uniform7qubits.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/k2uniform7qubits/graph_k2uniform7qubits.tex -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/k2uniform7qubits/plot_k2uniform7qubits.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/k2uniform7qubits/plot_k2uniform7qubits.json -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/k3maximal8qubits/graph_k3maximal8qubits.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/k3maximal8qubits/graph_k3maximal8qubits.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/k3maximal8qubits/graph_k3maximal8qubits.pdf -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/k3maximal8qubits/graph_k3maximal8qubits.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/k3maximal8qubits/graph_k3maximal8qubits.tex -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/k3maximal8qubits/plot_k3maximal8qubits.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/k3maximal8qubits/plot_k3maximal8qubits.json -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/randmax1/config_randmax_1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/randmax1/config_randmax_1.json -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/randmax1/graph_randmax1.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/randmax1/graph_randmax1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/randmax1/graph_randmax1.pdf -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/randmax1/graph_randmax1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/randmax1/graph_randmax1.tex -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/randmax2/config_randmax_2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/randmax2/config_randmax_2.json -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/randmax2/graph_randmax2.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/randmax2/graph_randmax2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/randmax2/graph_randmax2.pdf -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/randmax2/graph_randmax2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/randmax2/graph_randmax2.tex -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/srv_554/config_srv_554.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/srv_554/config_srv_554.json -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/srv_554/graph_srv_554.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/srv_554/graph_srv_554.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/srv_554/graph_srv_554.pdf -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/srv_554/graph_srv_554.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/srv_554/graph_srv_554.tex -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/srv_632/config_srv_632.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/srv_632/config_srv_632.json -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/srv_632/graph_srv_632.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/srv_632/graph_srv_632.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/srv_632/graph_srv_632.pdf -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/srv_632/graph_srv_632.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/srv_632/graph_srv_632.tex -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/srv_655/config_srv_655.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/srv_655/config_srv_655.json -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/srv_655/graph_srv_655.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/srv_655/graph_srv_655.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/srv_655/graph_srv_655.pdf -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/srv_655/graph_srv_655.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/srv_655/graph_srv_655.tex -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/srv_733/config_srv_733.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/srv_733/config_srv_733.json -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/srv_733/graph_srv_733.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/srv_733/graph_srv_733.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/srv_733/graph_srv_733.pdf -------------------------------------------------------------------------------- /pytheus/graphs/MaxEntanglement/srv_733/graph_srv_733.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MaxEntanglement/srv_733/graph_srv_733.tex -------------------------------------------------------------------------------- /pytheus/graphs/Measurements/HS_measurement/config_HS_analyzer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Measurements/HS_measurement/config_HS_analyzer.json -------------------------------------------------------------------------------- /pytheus/graphs/Measurements/HS_measurement/graph_HS_measurement.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/Measurements/HS_measurement/graph_HS_measurement.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Measurements/HS_measurement/graph_HS_measurement.pdf -------------------------------------------------------------------------------- /pytheus/graphs/Measurements/HS_measurement/graph_HS_measurement.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Measurements/HS_measurement/graph_HS_measurement.tex -------------------------------------------------------------------------------- /pytheus/graphs/Measurements/MKP_2d/config_mkp_2d.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Measurements/MKP_2d/config_mkp_2d.json -------------------------------------------------------------------------------- /pytheus/graphs/Measurements/MKP_2d/graph_MKP_2d.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/Measurements/MKP_2d/graph_MKP_2d.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Measurements/MKP_2d/graph_MKP_2d.pdf -------------------------------------------------------------------------------- /pytheus/graphs/Measurements/MKP_2d/graph_MKP_2d.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Measurements/MKP_2d/graph_MKP_2d.tex -------------------------------------------------------------------------------- /pytheus/graphs/Measurements/MKP_2d/plot_mkp2d_clean-5-3-0.2500_0.0000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Measurements/MKP_2d/plot_mkp2d_clean-5-3-0.2500_0.0000.json -------------------------------------------------------------------------------- /pytheus/graphs/Measurements/MKP_3d/config_mkp_3d.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Measurements/MKP_3d/config_mkp_3d.json -------------------------------------------------------------------------------- /pytheus/graphs/Measurements/MKP_3d/graph_MKP_3d.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/Measurements/MKP_3d/graph_MKP_3d.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Measurements/MKP_3d/graph_MKP_3d.pdf -------------------------------------------------------------------------------- /pytheus/graphs/Measurements/MKP_3d/graph_MKP_3d.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Measurements/MKP_3d/graph_MKP_3d.tex -------------------------------------------------------------------------------- /pytheus/graphs/Measurements/MKP_3d/plot_mkp3d_clean-8-8-0.1100_0.0199.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Measurements/MKP_3d/plot_mkp3d_clean-8-8-0.1100_0.0199.json -------------------------------------------------------------------------------- /pytheus/graphs/Measurements/W_measurement/config_W_measurement.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Measurements/W_measurement/config_W_measurement.json -------------------------------------------------------------------------------- /pytheus/graphs/Measurements/W_measurement/graph_W_measurement.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/Measurements/W_measurement/graph_W_measurement.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Measurements/W_measurement/graph_W_measurement.pdf -------------------------------------------------------------------------------- /pytheus/graphs/Measurements/W_measurement/graph_W_measurement.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Measurements/W_measurement/graph_W_measurement.tex -------------------------------------------------------------------------------- /pytheus/graphs/Measurements/YC_measurement/clean-25-104-0.0088_0.0000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Measurements/YC_measurement/clean-25-104-0.0088_0.0000.json -------------------------------------------------------------------------------- /pytheus/graphs/Measurements/YC_measurement/config_YC_analyzer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Measurements/YC_measurement/config_YC_analyzer.json -------------------------------------------------------------------------------- /pytheus/graphs/Measurements/YC_measurement/graph_YC_measurement.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/Measurements/YC_measurement/graph_YC_measurement.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Measurements/YC_measurement/graph_YC_measurement.pdf -------------------------------------------------------------------------------- /pytheus/graphs/Measurements/YC_measurement/graph_YC_measurement.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Measurements/YC_measurement/graph_YC_measurement.tex -------------------------------------------------------------------------------- /pytheus/graphs/Measurements/YC_measurement/plot-25-104.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Measurements/YC_measurement/plot-25-104.json -------------------------------------------------------------------------------- /pytheus/graphs/Measurements/ghz_analyzer_2d/config_ghz_analyzer_2d.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Measurements/ghz_analyzer_2d/config_ghz_analyzer_2d.json -------------------------------------------------------------------------------- /pytheus/graphs/Measurements/ghz_analyzer_2d/graph_ghz_analyzer_2d.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/Measurements/ghz_analyzer_2d/graph_ghz_analyzer_2d.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Measurements/ghz_analyzer_2d/graph_ghz_analyzer_2d.pdf -------------------------------------------------------------------------------- /pytheus/graphs/Measurements/ghz_analyzer_2d/graph_ghz_analyzer_2d.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Measurements/ghz_analyzer_2d/graph_ghz_analyzer_2d.tex -------------------------------------------------------------------------------- /pytheus/graphs/Measurements/ghz_analyzer_3d/config_ghz_analyzer_3d.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Measurements/ghz_analyzer_3d/config_ghz_analyzer_3d.json -------------------------------------------------------------------------------- /pytheus/graphs/Measurements/ghz_analyzer_3d/graph_ghz_analyzer_3d.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/Measurements/ghz_analyzer_3d/graph_ghz_analyzer_3d.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Measurements/ghz_analyzer_3d/graph_ghz_analyzer_3d.pdf -------------------------------------------------------------------------------- /pytheus/graphs/Measurements/ghz_analyzer_3d/graph_ghz_analyzer_3d.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Measurements/ghz_analyzer_3d/graph_ghz_analyzer_3d.tex -------------------------------------------------------------------------------- /pytheus/graphs/Measurements/ghz_analyzer_4d/config_ghz_analyzer_4d.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Measurements/ghz_analyzer_4d/config_ghz_analyzer_4d.json -------------------------------------------------------------------------------- /pytheus/graphs/Measurements/ghz_analyzer_4d/graph_ghz_analyzer_4d.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/Measurements/ghz_analyzer_4d/graph_ghz_analyzer_4d.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Measurements/ghz_analyzer_4d/graph_ghz_analyzer_4d.pdf -------------------------------------------------------------------------------- /pytheus/graphs/Measurements/ghz_analyzer_4d/graph_ghz_analyzer_4d.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/Measurements/ghz_analyzer_4d/graph_ghz_analyzer_4d.tex -------------------------------------------------------------------------------- /pytheus/graphs/MixedStates/peres/config_peres.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MixedStates/peres/config_peres.json -------------------------------------------------------------------------------- /pytheus/graphs/MixedStates/peres/graph_peres.aux: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pytheus/graphs/MixedStates/peres/graph_peres.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MixedStates/peres/graph_peres.pdf -------------------------------------------------------------------------------- /pytheus/graphs/MixedStates/peres/graph_peres.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MixedStates/peres/graph_peres.tex -------------------------------------------------------------------------------- /pytheus/graphs/MixedStates/peres/plot_peres_rough-23-39-0.0001_0.2952.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MixedStates/peres/plot_peres_rough-23-39-0.0001_0.2952.json -------------------------------------------------------------------------------- /pytheus/graphs/MixedStates/werner/OtherSolutions/config_werner.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MixedStates/werner/OtherSolutions/config_werner.json -------------------------------------------------------------------------------- /pytheus/graphs/MixedStates/werner/OtherSolutions/graph_OtherSolutions.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/MixedStates/werner/OtherSolutions/graph_OtherSolutions.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MixedStates/werner/OtherSolutions/graph_OtherSolutions.pdf -------------------------------------------------------------------------------- /pytheus/graphs/MixedStates/werner/OtherSolutions/graph_OtherSolutions.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MixedStates/werner/OtherSolutions/graph_OtherSolutions.tex -------------------------------------------------------------------------------- /pytheus/graphs/MixedStates/werner/OtherSolutions/graph_werner.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/MixedStates/werner/OtherSolutions/graph_werner.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MixedStates/werner/OtherSolutions/graph_werner.pdf -------------------------------------------------------------------------------- /pytheus/graphs/MixedStates/werner/OtherSolutions/graph_werner.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MixedStates/werner/OtherSolutions/graph_werner.tex -------------------------------------------------------------------------------- /pytheus/graphs/MixedStates/werner/config_werner.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MixedStates/werner/config_werner.json -------------------------------------------------------------------------------- /pytheus/graphs/MixedStates/werner/graph_werner.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \gdef \@abspage@last{1} 3 | -------------------------------------------------------------------------------- /pytheus/graphs/MixedStates/werner/graph_werner.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MixedStates/werner/graph_werner.pdf -------------------------------------------------------------------------------- /pytheus/graphs/MixedStates/werner/graph_werner.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MixedStates/werner/graph_werner.tex -------------------------------------------------------------------------------- /pytheus/graphs/MixedStates/werner/plot_werner_rough-8-6-0.0000_0.2773.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/MixedStates/werner/plot_werner_rough-8-6-0.0000_0.2773.json -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_2pES_3d.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_2pES_3d.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_3pES.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_3pES.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_AMEepsilon6qubits.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_AMEepsilon6qubits.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_BellGem3D.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_BellGem3D.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_ES3d_sp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_ES3d_sp.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_ES_246.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_ES_246.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_HD.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_HD.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_HS_measurement.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_HS_measurement.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_Laflamme.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_Laflamme.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_Lstate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_Lstate.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_MKP_2d.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_MKP_2d.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_MKP_3d.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_MKP_3d.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_Shor.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_Shor.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_Steane.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_Steane.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_W3W3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_W3W3.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_W3_sp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_W3_sp.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_W4_sp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_W4_sp.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_W5W5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_W5W5.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_W5_sp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_W5_sp.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_W_measurement.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_W_measurement.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_YC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_YC.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_YC_measurement.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_YC_measurement.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_aklt3spin1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_aklt3spin1.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_aklt3spin2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_aklt3spin2.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_aklt4spin1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_aklt4spin1.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_ame_5qubit_a.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_ame_5qubit_a.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_ame_5qubit_b.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_ame_5qubit_b.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_bssb4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_bssb4.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_bssb5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_bssb5.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_cluster_4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_cluster_4.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_cluster_5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_cluster_5.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_cnot22_sp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_cnot22_sp.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_cnot23.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_cnot23.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_cnot23_post.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_cnot23_post.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_cnot23_sp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_cnot23_sp.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_cnot23_sp_post.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_cnot23_sp_post.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_cnot24_post.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_cnot24_post.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_cnot33_0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_cnot33_0.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_cnot33_post.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_cnot33_post.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_cnot33_sp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_cnot33_sp.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_cnot44_0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_cnot44_0.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_complex4qubit.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_complex4qubit.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_controlled_z.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_controlled_z.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_controlled_z_post_sp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_controlled_z_post_sp.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_controlled_z_sp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_controlled_z_sp.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_cube.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_cube.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_dicke33.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_dicke33.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_dicke43.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_dicke43.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_dicke52.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_dicke52.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_dicke72.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_dicke72.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_dyck6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_dyck6.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_dyck8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_dyck8.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_fredkin_0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_fredkin_0.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_fredkin_post.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_fredkin_post.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_fredkin_post_sp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_fredkin_post_sp.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_ghz_346.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_ghz_346.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_ghz_358.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_ghz_358.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_ghz_3610.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_ghz_3610.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_ghz_43_2p2a.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_ghz_43_2p2a.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_ghz_43_sp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_ghz_43_sp.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_ghz_448.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_ghz_448.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_ghz_538.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_ghz_538.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_ghz_5410.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_ghz_5410.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_ghz_62_sp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_ghz_62_sp.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_ghz_638.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_ghz_638.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_ghz_analyzer_2d.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_ghz_analyzer_2d.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_ghz_analyzer_3d.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_ghz_analyzer_3d.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_ghz_analyzer_4d.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_ghz_analyzer_4d.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_ghz_f446.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_ghz_f446.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_haldaneA_3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_haldaneA_3.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_haldaneB_3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_haldaneB_3.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_haldaneC_3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_haldaneC_3.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_heralded_bell_3d_sp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_heralded_bell_3d_sp.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_k2maximal4qubitsCOMPLEX.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_k2maximal4qubitsCOMPLEX.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_k2maximal4qubitsREAL.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_k2maximal4qubitsREAL.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_k2uniform6qubits.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_k2uniform6qubits.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_k2uniform7qubits.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_k2uniform7qubits.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_k3maximal8qubits.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_k3maximal8qubits.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_majumdar4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_majumdar4.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_majumdar6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_majumdar6.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_motzkin3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_motzkin3.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_motzkin4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_motzkin4.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_nbody3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_nbody3.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_nbody4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_nbody4.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_nbody5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_nbody5.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_nbody6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_nbody6.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_noon2m3ph1anc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_noon2m3ph1anc.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_noon2m4ph2anc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_noon2m4ph2anc.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_noon2m5ph3anc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_noon2m5ph3anc.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_noon2m6ph4anc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_noon2m6ph4anc.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_noon2m7ph5anc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_noon2m7ph5anc.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_noon2m8ph6anc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_noon2m8ph6anc.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_noon3m3ph3anc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_noon3m3ph3anc.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_noon3m4ph4anc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_noon3m4ph4anc.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_noon4m3ph5anc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_noon4m3ph5anc.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_noon5m3ph7anc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_noon5m3ph7anc.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_octahedron.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_octahedron.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_oneDspinhalfwire.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_oneDspinhalfwire.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_oneDspinhalfwire4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_oneDspinhalfwire4.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_onsager6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_onsager6.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_onsager8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_onsager8.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_peres.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_peres.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_pxp6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_pxp6.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_pxp8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_pxp8.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_randmax1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_randmax1.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_randmax2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_randmax2.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_spin1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_spin1.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_spin32letter.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_spin32letter.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_spin3halfsMINUS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_spin3halfsMINUS.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_spin3halfsPLUS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_spin3halfsPLUS.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_spin3minus_3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_spin3minus_3.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_spin3plus_3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_spin3plus_3.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_spinhalf4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_spinhalf4.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_srv_554.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_srv_554.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_srv_632.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_srv_632.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_srv_655.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_srv_655.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_srv_733.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_srv_733.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_tetrahedron.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_tetrahedron.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_toffoli.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_toffoli.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_toffoli_post.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_toffoli_post.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_wAF1_3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_wAF1_3.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_wAF2_3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_wAF2_3.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_wAF3_3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_wAF3_3.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_wAF4_3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_wAF4_3.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_wAF_NOsym.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_wAF_NOsym.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_wAF_sym.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_wAF_sym.pdf -------------------------------------------------------------------------------- /pytheus/graphs/plots/graph_werner.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/graphs/plots/graph_werner.pdf -------------------------------------------------------------------------------- /pytheus/help_functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/help_functions.py -------------------------------------------------------------------------------- /pytheus/leiwand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/leiwand.py -------------------------------------------------------------------------------- /pytheus/lossfunctions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/lossfunctions.py -------------------------------------------------------------------------------- /pytheus/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/main.py -------------------------------------------------------------------------------- /pytheus/optimizer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/optimizer.py -------------------------------------------------------------------------------- /pytheus/saver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/saver.py -------------------------------------------------------------------------------- /pytheus/theseus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/pytheus/theseus.py -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/setup.py -------------------------------------------------------------------------------- /tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/fast/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/fast/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/tests/fast/config.py -------------------------------------------------------------------------------- /tests/fast/test_fancyclasses.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/tests/fast/test_fancyclasses.py -------------------------------------------------------------------------------- /tests/fast/test_help_functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/tests/fast/test_help_functions.py -------------------------------------------------------------------------------- /tests/fast/test_main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/tests/fast/test_main.py -------------------------------------------------------------------------------- /tests/fast/test_saver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/tests/fast/test_saver.py -------------------------------------------------------------------------------- /tests/fast/test_theseus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/tests/fast/test_theseus.py -------------------------------------------------------------------------------- /tests/fixtures/bell.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/tests/fixtures/bell.json -------------------------------------------------------------------------------- /tests/fixtures/ghz_346.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/tests/fixtures/ghz_346.json -------------------------------------------------------------------------------- /tests/test_functional.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artificial-scientist-lab/PyTheus/HEAD/tests/test_functional.py --------------------------------------------------------------------------------