SRI-International / QC-App-Oriented-Benchmarks

QED-C: The Quantum Economic Development Consortium provides these computer programs and software for use in the fields of quantum science and engineering.
Apache License 2.0
131 stars 76 forks source link

Add an exact classical calculation, switch methods to refer to how to check fidelity #477

Closed toddytharmonkey closed 1 month ago

toddytharmonkey commented 1 month ago

The way method works is as follows: Method = 1: Check hardware resultant distribution with noiseless circuit simulator. Method = 2: Check hardware resultant distribution against a classically calculated exact simulator.

To refer to different hamiltonians, a hamiltonian string is now passed into the run() method.

README.md has been edited to reflect these changes.