Skip to content

Tags: Edj13/examples

Tags

v1.2.0

Toggle v1.2.0's commit message
Replaced GNU-specific init_random_seed routine in maths_module.f90.

With the release of gfortran v7, the random number routine was changed
so that the intrinsic random_seed() function call would generate a new
sequence every time. This rendered the GNU-specific initialization
redundant, although the previous workaround code can still be found
in the file gnu_v6_init_random_seed.f90.

v1.1.2

Toggle v1.1.2's commit message
Added results of corfun.py test runs

v1.1.1

Toggle v1.1.1's commit message
Added Python version of qmc_pi_lj. Extended documentation.

v1.1.0

Toggle v1.1.0's commit message
Added Python versions of mc_chain_wl_sw, mc_chain_nvt_sw and wl_hist.…

… Made corresponding changes to documentation and Fortran versions.

v1.0.2

Toggle v1.0.2's commit message
Minor edits only

v1.0.1

Toggle v1.0.1's commit message
Transferred grint_data.zip to data repository

v1.0.0

Toggle v1.0.0's commit message
Final changes ahead of first release