PanPalitta / phase_estimation

This project apply reinforcement learning algorithms based on DE and PSO to optimize adaptive quantum-phase estimation.
http://panpalitta.github.io/phase_estimation/
GNU General Public License v3.0
9 stars 5 forks source link

Code and tests compile again, memory-freeing problems solved, RNG class used by OptAlg #31

Closed peterwittek closed 8 years ago

peterwittek commented 8 years ago

There was a regression in calling read_config_file. Furthermore, the code and the tests did not compile with the new non-templated candidate class. The memory freeing problems in the candidate class are resolved.

peterwittek commented 8 years ago

With the RNG updates, issue #27 can be closed.