1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 02, 2024 — Sep 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Hopefully now ExpectationValue of the StabilizerSimulator is simple enough More... 5 days ago
More code simplifications to keep codefactor happy More... 5 days ago
More code simplifications More... 5 days ago
Simplified the stabilizers simulator expectation value computation and tests code a little More... 5 days ago
Added code to test the expectation values for the stabilizers simulator, fixed an issue with computing them More... 5 days ago
Removed an useless now expectation values test, extended the better one to compare mps against statevector expectation values using a random set of one qubit gates instead of pauli strings only. More... 5 days ago
Implemented expectation value for the stabilizers simulator - not tested in any way yet, it's probably buggy, must review and test More... 10 days ago
Removed getting the processors count for clifford simulator (also changed a couple of omp pragmas to not use it) More... 12 days ago
Simplified the code a bit More... 18 days ago
Now expectation values for the MPS simulator work for more than one operator... was either a bug in Eigen or I had the wrong expectation on how contract should work on the tensors. More... 18 days ago
Added tests for expectation values, comparing statevector results versus mps... something is wrong, Pauli strings containing more than one Pauli op (except I) fail. Still investigating. More... 18 days ago
Expectation values for MPS seem to work, they'll need better tests though. More... 24 days ago
Implemented the MPS expectation value, fixed some things, it's still buggy as the expectation values tests do not pass, needs fixing More... 24 days ago
Reduced the multithreading limit. Some more code on expectation value for the matrix product state simulator - needs checking and contracting the tensors to be done. More... about 1 month ago
Started to implement expectation value for the Matrix Product State simulator. Not yet implemented, needs the contraction code More... about 1 month ago
Lowered the open mp limit More... about 1 month ago
Specifying chunk size for open mp might hurt performance More... about 1 month ago
More optimization for open mp for statevector More... about 1 month ago
Increased open mp limit to 11 qubits More... about 1 month ago
Forgot to restore the state for expectation value More... about 1 month ago
Added the possibility of computing the expectation values for the statevector simulator (for now, planned to have that - although more limited - for mps and stabilizer simulators, too) More... about 1 month ago
Some minor changes for open mp parallelization for the statevector simulator More... about 1 month ago
Reduced the open mp limit More... 2 months ago
Improved the sampling method everywhere and changed the way reaching the probability limit is checked More... 2 months ago
No need to go over the whole statevector if the probability reaches 1.0, bail out More... 2 months ago
Removed an assertion that prevented compiling in debug mode More... 3 months ago
Some more small gate optimizations changes More... 3 months ago
Simplified the code a little More... 3 months ago
More optimization for control gates More... 3 months ago
Better optimization for swap gates More... 3 months ago