You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#44 includes benchmarking against Qiskit and OpenFermion. Note that Qiskit performs best in the squaring test, whereas symmer takes it for multiplication on the right by a single Pauli. Symmer is superior to OpenFermion for performing Pauli rotations - haven't yet found a Qiskit implementation of this to assess.
Parallelization of Pauli multiplication was assessed in #44 also, though it was not found to provide any performance benefit due to the overhead of spawning many simultaneous processes. The final cleanup was optimized by switching out the lexsort operation for a 'void view' numpy implementation.
Benchmarks have already been completed on my modest laptop (see the README), although still worth running a larger scale benchmark on a supercomputer one of these days.
Assess our performance against various quantum computing packages such as Qiskit, Cirq, Stim (the holy grail) etc.
The text was updated successfully, but these errors were encountered: