UNPKG

@qctrl/visualizer

Version:

The Q-CTRL Visualizer is a package for displaying animated 3d Bloch sphere visualizations.

7 lines (6 loc) 418 B
import VisualizerEntryPoint from "./VisualizerEntryPoint"; export { UpdateProps, ConstructorProps, OnUpdateProps, } from "./VisualizerEntryPoint"; export { AVAILABLE_CAMERA_PRESETS } from "./constants"; export { GATE_AXES, STANDARD_GATE_ROTATION_RADIANS, } from "./helpers/getVectorsFromGateSeq"; export { default as getFinalStateFromGates } from "./utils/getFinalStateFromGates"; export default VisualizerEntryPoint;