Quantum Circuit Simulation Results

MimiqCircuitsBase.QCSResultsType
QCSRresults()
QCSRresults(simulator, version, fidelities, avggateerrors, cstates, zstates, amplitudes, timings)

Storage for the results of a quantum circuit simulation.

Fields

  • simulator: name of the simulator used,
  • version: version of the simulator used,
  • fidelities: fidelity estimates,
  • avggateerrors: average multiqubit gate errors,
  • cstates: classical states content,
  • zstates: complex valued states content (not used),
  • amplitudes: amplitudes,
  • timings: precise timings of the execution.
source