Files
FYS-STK4155/doc/Programs/SVD/Fortran
Christian Forssén 5a2c179aaf First batch of material in the Bayesian section.
Examples still missing.
2018-03-10 15:45:17 +01:00
..
2017-11-02 18:41:27 +01:00
2017-10-18 15:50:31 +02:00
2017-10-18 15:50:31 +02:00
2017-11-02 18:41:27 +01:00
2017-10-18 15:50:31 +02:00

This folder contains a simple benchmark case on how to run the program and how the 
input file should look like.

The best test case is to run the simplefit.dat file using the simplefit.f90 code.
This input file is set up as follows:

     8 2    #  number of data entries and order of polynomial
     0.001 	-2.89017 	0.00073621
     0.002 	-2.88946 	0.00052732
     0.005	-2.89067  	0.00055038
     0.010 	-2.89091 	0.00040973
     0.015 	-2.89084 	0.00034278
     0.02  	-2.89086 	0.00029315
     0.025 	-2.89059	0.00034278
     0.03 	-2.89077 	0.00025017
    The present input file  stems from a variational Monte Carlo calculation of the ground
    state energy (second column). It contains also the standard deviation (3rd column)
    The first column is the time step used in importance sampling. Extrapolating to zero 
    should give the best estimate for the VMC energy.


Run the code as executable  < inputfile > outputfile after having compiled and linked the source
files.