Expand description
Abstractions for representing a Quantum State
Structs
- Reservoir for sampling See https://research.nvidia.com/sites/default/files/pubs/2020-07_Spatiotemporal-reservoir-resampling/ReSTIR.pdf
 - Representation of a Quantum State. Amplitudes are split between two vectors.
 
Statics
- Reference to the Config for user passed config args
 
Functions
- Inverse Quantum Fourier transform
 - Compute the expectation value of a qubit measurement.
 - Convenience function for running reservoir sampling
 - Compute the expectation value of certain observables (either X, Y, or Z) in the given state.