1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Might fix the seed issue for https://github.com/aromanro/QCSim/issues/20 More... about 1 year ago
Fixes for https://github.com/aromanro/QCSim/issues/20 (except the seed issue) More... about 1 year ago
Some minor changes for VQE More... about 1 year ago
A little more on VQE More... about 1 year ago
Fixes to have it compiled with g++ as well https://github.com/aromanro/QCSim/issues/20 More... about 1 year ago
Mentioned required c++ version in README.md https://github.com/aromanro/QCSim/issues/20 More... about 1 year ago
Added a skeleton function for VQE tests, started to implement the Nelder-Mead step for VQE. More... about 1 year ago
A little more for VQE More... about 1 year ago
Started some classes for VQE More... about 1 year ago
Modified beta2 parameter for the stochastic gradient descent on the Ising Model More... about 1 year ago
Preparing for the Variational Quantum Eigensolver and a minor optimization More... about 1 year ago
Added some comments to the Hy (K) gate More... over 1 year ago
Renamed some variables to be more explicit More... over 1 year ago
Minor changes More... over 1 year ago
Added a workaround just in case the hardware concurrency call returns zero More... over 1 year ago
Some params adjustment for the stochastic gradient descent tests on the ising model (QAOA). More... over 1 year ago
Added ADAMW https://github.com/aromanro/QCSim/issues/18 for the Ising model. Not tested much yet. More... over 1 year ago
Removed open mp functions for measurement on qubits ranges, because they need more optimization to be really faster in all circumstances when they are used. Added optimization for open mp, specifying the number of threads More... over 1 year ago
Minor changes, mainly formatting More... over 1 year ago
omp optimization for one qubit measurements with 'no collapse' More... over 1 year ago
Removed TODO comment that does not apply anymore. Added info about controlled gate distribution in README.md More... over 1 year ago
Added optimization for control-control three qubits gates More... over 1 year ago
One qubit measurements optimizations More... over 1 year ago
More attempts to make it a bit faster for many qubits More... over 1 year ago
Some optimizations. Not all work as expected, though, I'll have to time them and select the ones that actually work (also change some to be better). More... over 1 year ago
Trying out some optimizations (for one qubit gates for now), looks like it's not worth it, but still needs more tests More... over 1 year ago
Some things that might or might not be optimizations More... over 1 year ago
Added chunk size for open mp schedule More... over 1 year ago
Open mp is not more optimized, for a number of qubits bigger than the limits, the speed is now increased quite a bit. More... over 1 year ago
Split the QubitRegister class by adding a base class for it, QubitRegisterCalculator. More... over 1 year ago