├── ListOfChangesInQI.txt ├── QI.m ├── QIExtras.m ├── QINisq.m ├── QINisq_TODO.md ├── QINisq_demo.nb ├── QIWalks.m ├── QI_Documentation.nb ├── QI_PartialTrace_tests.nb ├── QI_obsolete_functions.m ├── QI_proposed_functions.nb ├── QI_proposed_imporovements.nb ├── README.md ├── article ├── .qi.tex.properties.xml ├── .qi_functions.tex.properties.xml ├── phcpc.bst ├── qi.bib ├── qi.tex ├── qi_functions.tex └── qi_old.tex ├── doc ├── .qi_functions.tex.properties.xml ├── .qi_functions_list.tex.properties.xml ├── generator2.nb ├── qi_functions_list.tex ├── qi_functions_list_alpha.tex └── qi_gen_fun_list.nb ├── qigendoc.m └── tests ├── documentation_generator.nb ├── generalized_pauli.nb ├── kets.nb ├── kraus_form.nb ├── parametrizations.nb ├── partial_trace.nb └── partial_transpose.nb /ListOfChangesInQI.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmiszczak/qi/HEAD/ListOfChangesInQI.txt -------------------------------------------------------------------------------- /QI.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmiszczak/qi/HEAD/QI.m -------------------------------------------------------------------------------- /QIExtras.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmiszczak/qi/HEAD/QIExtras.m -------------------------------------------------------------------------------- /QINisq.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmiszczak/qi/HEAD/QINisq.m -------------------------------------------------------------------------------- /QINisq_TODO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmiszczak/qi/HEAD/QINisq_TODO.md -------------------------------------------------------------------------------- /QINisq_demo.nb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmiszczak/qi/HEAD/QINisq_demo.nb -------------------------------------------------------------------------------- /QIWalks.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmiszczak/qi/HEAD/QIWalks.m -------------------------------------------------------------------------------- /QI_Documentation.nb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmiszczak/qi/HEAD/QI_Documentation.nb -------------------------------------------------------------------------------- /QI_PartialTrace_tests.nb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmiszczak/qi/HEAD/QI_PartialTrace_tests.nb -------------------------------------------------------------------------------- /QI_obsolete_functions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmiszczak/qi/HEAD/QI_obsolete_functions.m -------------------------------------------------------------------------------- /QI_proposed_functions.nb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmiszczak/qi/HEAD/QI_proposed_functions.nb -------------------------------------------------------------------------------- /QI_proposed_imporovements.nb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmiszczak/qi/HEAD/QI_proposed_imporovements.nb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmiszczak/qi/HEAD/README.md -------------------------------------------------------------------------------- /article/.qi.tex.properties.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmiszczak/qi/HEAD/article/.qi.tex.properties.xml -------------------------------------------------------------------------------- /article/.qi_functions.tex.properties.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmiszczak/qi/HEAD/article/.qi_functions.tex.properties.xml -------------------------------------------------------------------------------- /article/phcpc.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmiszczak/qi/HEAD/article/phcpc.bst -------------------------------------------------------------------------------- /article/qi.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmiszczak/qi/HEAD/article/qi.bib -------------------------------------------------------------------------------- /article/qi.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmiszczak/qi/HEAD/article/qi.tex -------------------------------------------------------------------------------- /article/qi_functions.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmiszczak/qi/HEAD/article/qi_functions.tex -------------------------------------------------------------------------------- /article/qi_old.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmiszczak/qi/HEAD/article/qi_old.tex -------------------------------------------------------------------------------- /doc/.qi_functions.tex.properties.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmiszczak/qi/HEAD/doc/.qi_functions.tex.properties.xml -------------------------------------------------------------------------------- /doc/.qi_functions_list.tex.properties.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmiszczak/qi/HEAD/doc/.qi_functions_list.tex.properties.xml -------------------------------------------------------------------------------- /doc/generator2.nb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmiszczak/qi/HEAD/doc/generator2.nb -------------------------------------------------------------------------------- /doc/qi_functions_list.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmiszczak/qi/HEAD/doc/qi_functions_list.tex -------------------------------------------------------------------------------- /doc/qi_functions_list_alpha.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmiszczak/qi/HEAD/doc/qi_functions_list_alpha.tex -------------------------------------------------------------------------------- /doc/qi_gen_fun_list.nb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmiszczak/qi/HEAD/doc/qi_gen_fun_list.nb -------------------------------------------------------------------------------- /qigendoc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmiszczak/qi/HEAD/qigendoc.m -------------------------------------------------------------------------------- /tests/documentation_generator.nb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmiszczak/qi/HEAD/tests/documentation_generator.nb -------------------------------------------------------------------------------- /tests/generalized_pauli.nb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmiszczak/qi/HEAD/tests/generalized_pauli.nb -------------------------------------------------------------------------------- /tests/kets.nb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmiszczak/qi/HEAD/tests/kets.nb -------------------------------------------------------------------------------- /tests/kraus_form.nb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmiszczak/qi/HEAD/tests/kraus_form.nb -------------------------------------------------------------------------------- /tests/parametrizations.nb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmiszczak/qi/HEAD/tests/parametrizations.nb -------------------------------------------------------------------------------- /tests/partial_trace.nb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmiszczak/qi/HEAD/tests/partial_trace.nb -------------------------------------------------------------------------------- /tests/partial_transpose.nb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmiszczak/qi/HEAD/tests/partial_transpose.nb --------------------------------------------------------------------------------