UNPKG

@qctrl/visualizer

Version:

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

4 lines (3 loc) 172 B
import { Vector3Tuple } from "three"; import { Gates } from "../helpers/getVectorsFromGateSeq"; export default function getFinalStateFromGates(gates: Gates): Vector3Tuple;