copperwire / comp_phys_2

GNU General Public License v3.0
0 stars 2 forks source link

Implement run metrics and output #5

Closed copperwire closed 6 years ago

copperwire commented 6 years ago

There should be a standardized output of the run-metrics and output of the local energies according to some rule.

The run-metrics should be calculated in the monte_carlo function of the VMC class. I think the metrics we should record are:

The output should be to a file specified by a string class member of VMC that is set with the method set_params And the filename should contain meta-information about the run (that the file might need to contain?) i.e. number of particles, numeric or analytic solution, if there is interaction etc.