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 exact parameter to hamsim #476

Closed toddytharmonkey closed 1 month ago

toddytharmonkey commented 2 months ago

Add a new parameter to the run method called "compare_to_exact_results". When set to true, will compare to exactly evolved results for both method = 1 and method = 2. By default this setting is false and we just compare to the noiseless circuit results.

I have also added more documentation and reorganized things a bit as I believe this code will be in very active development this summer.