This app is a tool for exploring the properties of various quantum states as implemented in the QuantumSavory.StatesZoo package.

Please select one of the following available states to launch the interactive state explorer app (more available if you run the app locally, see QuantumSavory.StatesZoo:

This is simply a web view of the built-in state explorer app, which is implemented in through the QuantumSavory.StatesZoo.stateexplorer function and can be called as:


# load interactive plotting package and QuantumSavory modules
using GLMakie
using QuantumSavory
using QuantumSavory.StatesZoo

stateexplorer(TheStateTypeYouWant) # run the state explorer app locally

This is provided as a free visualization and study tool and might be slow to render for particularly complex models. Please run the app locally if you need lower latency and higher performance.

Some of the implementation details behind the state zoo are discussed in "Full-stack Physics-level model of cascaded entanglement links" in "Advanced Quantum Technologies" the Special Issue on Software for Quantum Networks, as well as in the overview publication on QuantumSavory itself.

See also the documentation of QuantumSavory, as well as its public git repository.

The source code for this app is in the aforementioned git repository.