From 51b3d63150a23f6cca340e334d4065d6793d11e6 Mon Sep 17 00:00:00 2001 From: Mike Date: Sat, 10 Jun 2017 18:34:07 +0200 Subject: [PATCH] Final changes ahead of first release --- README.md | 2 +- adjust.f90 | 2 +- averages_module.f90 | 2 +- bd_nvt_lj.f90 | 2 +- cluster.f90 | 2 +- config_io_module.f90 | 2 +- corfun.f90 | 2 +- diffusion.f90 | 2 +- diffusion_test.f90 | 2 +- dpd.f90 | 2 +- dpd_module.f90 | 2 +- eos_hs.f90 | 2 +- eos_lj.f90 | 2 +- eos_lj_module.f90 | 2 +- error_calc.f90 | 2 +- ewald.f90 | 2 +- ewald_module.f90 | 2 +- fft3dwrap.f90 | 2 +- grint.f90 | 2 +- grint_module.f90 | 2 +- hit_and_miss.f90 | 2 +- initialize.f90 | 2 +- initialize_module.f90 | 2 +- link_list_module.f90 | 2 +- lrc_lj_module.f90 | 2 +- maths_module.f90 | 2 +- mc_chain_lj_module.f90 | 2 +- mc_chain_nvt_cbmc_lj.f90 | 2 +- mc_chain_nvt_sw.f90 | 2 +- mc_chain_sw_module.f90 | 2 +- mc_chain_wl_sw.f90 | 2 +- mc_gibbs_lj.f90 | 2 +- mc_gibbs_lj_module.f90 | 2 +- mc_hs_module.f90 | 2 +- mc_lj_ll_module.f90 | 2 +- mc_lj_module.f90 | 2 +- mc_npt_hs.f90 | 2 +- mc_npt_lj.f90 | 2 +- mc_npt_sc.f90 | 2 +- mc_nvt_hs.f90 | 2 +- mc_nvt_lj.f90 | 2 +- mc_nvt_poly_lj.f90 | 2 +- mc_nvt_sc.f90 | 2 +- mc_poly_lj_module.f90 | 2 +- mc_sc_module.f90 | 2 +- mc_zvt_lj.f90 | 2 +- md_chain_lj_module.f90 | 2 +- md_chain_mts_lj.f90 | 2 +- md_chain_nve_lj.f90 | 2 +- md_lj_le_module.f90 | 2 +- md_lj_ll_module.f90 | 2 +- md_lj_llle_module.f90 | 2 +- md_lj_module.f90 | 2 +- md_lj_mts.f90 | 2 +- md_lj_mts_module.f90 | 2 +- md_lj_omp_module.f90 | 2 +- md_lj_vl_module.f90 | 2 +- md_npt_lj.f90 | 2 +- md_nve_hs.f90 | 2 +- md_nve_hs_module.f90 | 2 +- md_nve_lj.f90 | 2 +- md_nvt_lj.f90 | 2 +- md_nvt_lj_le.f90 | 2 +- mesh.f90 | 2 +- mesh_module.f90 | 2 +- pair_distribution.f90 | 2 +- python_examples/README.md | 2 +- python_examples/adjust.py | 2 +- python_examples/averages_module.py | 2 +- python_examples/bd_nvt_lj.py | 2 +- python_examples/cluster.py | 2 +- python_examples/config_io_module.py | 2 +- python_examples/corfun.py | 2 +- python_examples/diffusion.py | 2 +- python_examples/diffusion_test.py | 2 +- python_examples/dpd.py | 2 +- python_examples/dpd_module.py | 2 +- python_examples/eos_hs.py | 2 +- python_examples/eos_lj.py | 2 +- python_examples/eos_lj_module.py | 2 +- python_examples/error_calc.py | 2 +- python_examples/ewald.py | 2 +- python_examples/ewald_module.py | 2 +- python_examples/fft3dwrap.py | 2 +- python_examples/hit_and_miss.py | 2 +- python_examples/initialize.py | 2 +- python_examples/lrc_module.py | 2 +- python_examples/maths_module.py | 2 +- python_examples/mc_chain_lj_module.py | 2 +- python_examples/mc_chain_nvt_cbmc_lj.py | 2 +- python_examples/mc_hs_module.py | 2 +- python_examples/mc_lj_module.py | 2 +- python_examples/mc_npt_hs.py | 2 +- python_examples/mc_npt_lj.py | 2 +- python_examples/mc_npt_sc.py | 2 +- python_examples/mc_nvt_hs.py | 2 +- python_examples/mc_nvt_lj.py | 2 +- python_examples/mc_nvt_sc.py | 2 +- python_examples/mc_sc_module.py | 2 +- python_examples/mc_zvt_lj.py | 2 +- python_examples/md_chain_lj_module.py | 2 +- python_examples/md_chain_mts_lj.py | 2 +- python_examples/md_chain_nve_lj.py | 2 +- python_examples/md_lj_module.py | 2 +- python_examples/md_npt_lj.py | 2 +- python_examples/md_nve_hs.py | 2 +- python_examples/md_nve_hs_module.py | 2 +- python_examples/md_nve_lj.py | 2 +- python_examples/md_nvt_lj.py | 2 +- python_examples/mesh.py | 2 +- python_examples/mesh_module.py | 2 +- python_examples/pair_distribution.py | 2 +- python_examples/qmc_pi_sho.py | 2 +- python_examples/qmc_walk_sho.py | 2 +- python_examples/sample_mean.py | 2 +- python_examples/smc_lj_module.py | 2 +- python_examples/smc_nvt_lj.py | 2 +- python_examples/t_tensor.py | 2 +- python_examples/test_pot_at.py | 2 +- python_examples/test_pot_atom.py | 2 +- python_examples/test_pot_bend.py | 2 +- python_examples/test_pot_dd.py | 2 +- python_examples/test_pot_dq.py | 2 +- python_examples/test_pot_gb.py | 2 +- python_examples/test_pot_linear.py | 2 +- python_examples/test_pot_qq.py | 2 +- python_examples/test_pot_twist.py | 2 +- qmc_pi_lj.f90 | 2 +- qmc_pi_lj_module.f90 | 2 +- qmc_pi_sho.f90 | 2 +- qmc_walk_sho.f90 | 2 +- sample_mean.f90 | 2 +- smc_lj_module.f90 | 2 +- smc_nvt_lj.f90 | 2 +- t_tensor.f90 | 2 +- test_pot_at.f90 | 2 +- test_pot_atom.f90 | 2 +- test_pot_bend.f90 | 2 +- test_pot_dd.f90 | 2 +- test_pot_dq.f90 | 2 +- test_pot_gb.f90 | 2 +- test_pot_linear.f90 | 2 +- test_pot_qq.f90 | 2 +- test_pot_twist.f90 | 2 +- verlet_list_module.f90 | 2 +- wl_hist.f90 | 2 +- 146 files changed, 146 insertions(+), 146 deletions(-) diff --git a/README.md b/README.md index 0d76a4e..5abba8d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Examples This software was written in 2016/17 by Michael P. Allen / -and Dominic J. Tildesley ("the authors"), +and Dominic J. Tildesley ("the authors"), to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), published by Oxford University Press ("the publishers"). diff --git a/adjust.f90 b/adjust.f90 index 6878a26..dd666ca 100644 --- a/adjust.f90 +++ b/adjust.f90 @@ -5,7 +5,7 @@ PROGRAM adjust !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/averages_module.f90 b/averages_module.f90 index 3b0e3f5..9c134fc 100644 --- a/averages_module.f90 +++ b/averages_module.f90 @@ -5,7 +5,7 @@ MODULE averages_module !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/bd_nvt_lj.f90 b/bd_nvt_lj.f90 index e5158e2..77d58d5 100644 --- a/bd_nvt_lj.f90 +++ b/bd_nvt_lj.f90 @@ -5,7 +5,7 @@ PROGRAM bd_nvt_lj !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/cluster.f90 b/cluster.f90 index 855bcff..d766b9c 100644 --- a/cluster.f90 +++ b/cluster.f90 @@ -5,7 +5,7 @@ PROGRAM cluster !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/config_io_module.f90 b/config_io_module.f90 index 85ea882..457374b 100644 --- a/config_io_module.f90 +++ b/config_io_module.f90 @@ -5,7 +5,7 @@ MODULE config_io_module !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/corfun.f90 b/corfun.f90 index 28d9b33..8f84b30 100644 --- a/corfun.f90 +++ b/corfun.f90 @@ -5,7 +5,7 @@ PROGRAM corfun !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/diffusion.f90 b/diffusion.f90 index 15b2032..e50e00f 100644 --- a/diffusion.f90 +++ b/diffusion.f90 @@ -5,7 +5,7 @@ PROGRAM diffusion !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/diffusion_test.f90 b/diffusion_test.f90 index 5d0636e..2faf4cb 100644 --- a/diffusion_test.f90 +++ b/diffusion_test.f90 @@ -5,7 +5,7 @@ PROGRAM diffusion_test !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/dpd.f90 b/dpd.f90 index 0863346..13d6fae 100644 --- a/dpd.f90 +++ b/dpd.f90 @@ -5,7 +5,7 @@ PROGRAM dpd !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/dpd_module.f90 b/dpd_module.f90 index 2a4911f..6918852 100644 --- a/dpd_module.f90 +++ b/dpd_module.f90 @@ -5,7 +5,7 @@ MODULE dpd_module !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/eos_hs.f90 b/eos_hs.f90 index 6b95338..f627692 100644 --- a/eos_hs.f90 +++ b/eos_hs.f90 @@ -5,7 +5,7 @@ PROGRAM eos_hs !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/eos_lj.f90 b/eos_lj.f90 index 856e302..6b8b7e8 100644 --- a/eos_lj.f90 +++ b/eos_lj.f90 @@ -5,7 +5,7 @@ PROGRAM eos_lj !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/eos_lj_module.f90 b/eos_lj_module.f90 index 99c411e..ebe7467 100644 --- a/eos_lj_module.f90 +++ b/eos_lj_module.f90 @@ -5,7 +5,7 @@ MODULE eos_lj_module !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/error_calc.f90 b/error_calc.f90 index b0396cd..4a2a59c 100644 --- a/error_calc.f90 +++ b/error_calc.f90 @@ -5,7 +5,7 @@ PROGRAM error_calc !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/ewald.f90 b/ewald.f90 index 959613d..a40f043 100644 --- a/ewald.f90 +++ b/ewald.f90 @@ -5,7 +5,7 @@ PROGRAM ewald !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/ewald_module.f90 b/ewald_module.f90 index 011de9b..c2ba246 100644 --- a/ewald_module.f90 +++ b/ewald_module.f90 @@ -5,7 +5,7 @@ MODULE ewald_module !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/fft3dwrap.f90 b/fft3dwrap.f90 index 04a5d0d..c08e2b1 100644 --- a/fft3dwrap.f90 +++ b/fft3dwrap.f90 @@ -5,7 +5,7 @@ PROGRAM fft3dwrap !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/grint.f90 b/grint.f90 index e90f4e4..9f26559 100644 --- a/grint.f90 +++ b/grint.f90 @@ -5,7 +5,7 @@ PROGRAM grint !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/grint_module.f90 b/grint_module.f90 index c900579..2a868ad 100644 --- a/grint_module.f90 +++ b/grint_module.f90 @@ -5,7 +5,7 @@ MODULE grint_module !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/hit_and_miss.f90 b/hit_and_miss.f90 index 8de7d24..ccdb61c 100644 --- a/hit_and_miss.f90 +++ b/hit_and_miss.f90 @@ -5,7 +5,7 @@ PROGRAM hit_and_miss !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/initialize.f90 b/initialize.f90 index 482d08c..3ccfaad 100644 --- a/initialize.f90 +++ b/initialize.f90 @@ -5,7 +5,7 @@ PROGRAM initialize !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/initialize_module.f90 b/initialize_module.f90 index 2839232..7199992 100644 --- a/initialize_module.f90 +++ b/initialize_module.f90 @@ -5,7 +5,7 @@ MODULE initialize_module !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/link_list_module.f90 b/link_list_module.f90 index 8438127..49564b1 100644 --- a/link_list_module.f90 +++ b/link_list_module.f90 @@ -5,7 +5,7 @@ MODULE link_list_module !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/lrc_lj_module.f90 b/lrc_lj_module.f90 index ff75902..e8591c0 100644 --- a/lrc_lj_module.f90 +++ b/lrc_lj_module.f90 @@ -5,7 +5,7 @@ MODULE lrc_module !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/maths_module.f90 b/maths_module.f90 index d0c40e4..48ee7fc 100644 --- a/maths_module.f90 +++ b/maths_module.f90 @@ -5,7 +5,7 @@ MODULE maths_module !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/mc_chain_lj_module.f90 b/mc_chain_lj_module.f90 index b0f3833..84785d4 100644 --- a/mc_chain_lj_module.f90 +++ b/mc_chain_lj_module.f90 @@ -5,7 +5,7 @@ MODULE mc_module !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/mc_chain_nvt_cbmc_lj.f90 b/mc_chain_nvt_cbmc_lj.f90 index 4bc358e..af176c1 100644 --- a/mc_chain_nvt_cbmc_lj.f90 +++ b/mc_chain_nvt_cbmc_lj.f90 @@ -5,7 +5,7 @@ PROGRAM mc_chain_nvt_cbmc_lj !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/mc_chain_nvt_sw.f90 b/mc_chain_nvt_sw.f90 index f5591c8..73747ca 100644 --- a/mc_chain_nvt_sw.f90 +++ b/mc_chain_nvt_sw.f90 @@ -5,7 +5,7 @@ PROGRAM mc_chain_nvt_sw !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/mc_chain_sw_module.f90 b/mc_chain_sw_module.f90 index b5dd148..cd7bc2a 100644 --- a/mc_chain_sw_module.f90 +++ b/mc_chain_sw_module.f90 @@ -5,7 +5,7 @@ MODULE mc_module !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/mc_chain_wl_sw.f90 b/mc_chain_wl_sw.f90 index e9cf769..8d13e30 100644 --- a/mc_chain_wl_sw.f90 +++ b/mc_chain_wl_sw.f90 @@ -5,7 +5,7 @@ PROGRAM mc_chain_wl_sw !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/mc_gibbs_lj.f90 b/mc_gibbs_lj.f90 index c8d8d5a..eeb863d 100644 --- a/mc_gibbs_lj.f90 +++ b/mc_gibbs_lj.f90 @@ -5,7 +5,7 @@ PROGRAM mc_gibbs_lj !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/mc_gibbs_lj_module.f90 b/mc_gibbs_lj_module.f90 index f13bb5f..395a22e 100644 --- a/mc_gibbs_lj_module.f90 +++ b/mc_gibbs_lj_module.f90 @@ -5,7 +5,7 @@ MODULE mc_module !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/mc_hs_module.f90 b/mc_hs_module.f90 index 9a09dbc..48a0724 100644 --- a/mc_hs_module.f90 +++ b/mc_hs_module.f90 @@ -5,7 +5,7 @@ MODULE mc_module !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/mc_lj_ll_module.f90 b/mc_lj_ll_module.f90 index 2f39e1f..ed373c7 100644 --- a/mc_lj_ll_module.f90 +++ b/mc_lj_ll_module.f90 @@ -5,7 +5,7 @@ MODULE mc_module !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/mc_lj_module.f90 b/mc_lj_module.f90 index 11f782d..0b65d13 100644 --- a/mc_lj_module.f90 +++ b/mc_lj_module.f90 @@ -5,7 +5,7 @@ MODULE mc_module !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/mc_npt_hs.f90 b/mc_npt_hs.f90 index d58a63e..38ac253 100644 --- a/mc_npt_hs.f90 +++ b/mc_npt_hs.f90 @@ -5,7 +5,7 @@ PROGRAM mc_npt_hs !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/mc_npt_lj.f90 b/mc_npt_lj.f90 index 59cd213..c8475ff 100644 --- a/mc_npt_lj.f90 +++ b/mc_npt_lj.f90 @@ -5,7 +5,7 @@ PROGRAM mc_npt_lj !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/mc_npt_sc.f90 b/mc_npt_sc.f90 index 925fbc4..e26e4b2 100644 --- a/mc_npt_sc.f90 +++ b/mc_npt_sc.f90 @@ -5,7 +5,7 @@ PROGRAM mc_npt_sc !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/mc_nvt_hs.f90 b/mc_nvt_hs.f90 index eed4e99..c12dbba 100644 --- a/mc_nvt_hs.f90 +++ b/mc_nvt_hs.f90 @@ -5,7 +5,7 @@ PROGRAM mc_nvt_hs !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/mc_nvt_lj.f90 b/mc_nvt_lj.f90 index 5acf52a..7af1a7d 100644 --- a/mc_nvt_lj.f90 +++ b/mc_nvt_lj.f90 @@ -5,7 +5,7 @@ PROGRAM mc_nvt_lj !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/mc_nvt_poly_lj.f90 b/mc_nvt_poly_lj.f90 index 8209161..d54f079 100644 --- a/mc_nvt_poly_lj.f90 +++ b/mc_nvt_poly_lj.f90 @@ -5,7 +5,7 @@ PROGRAM mc_nvt_poly_lj !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/mc_nvt_sc.f90 b/mc_nvt_sc.f90 index 99570b1..f1f7cf2 100644 --- a/mc_nvt_sc.f90 +++ b/mc_nvt_sc.f90 @@ -5,7 +5,7 @@ PROGRAM mc_nvt_sc !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/mc_poly_lj_module.f90 b/mc_poly_lj_module.f90 index 6e63d20..eae764c 100644 --- a/mc_poly_lj_module.f90 +++ b/mc_poly_lj_module.f90 @@ -5,7 +5,7 @@ MODULE mc_module !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/mc_sc_module.f90 b/mc_sc_module.f90 index 40e6cf1..9df6125 100644 --- a/mc_sc_module.f90 +++ b/mc_sc_module.f90 @@ -5,7 +5,7 @@ MODULE mc_module !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/mc_zvt_lj.f90 b/mc_zvt_lj.f90 index 0f9e37e..8617887 100644 --- a/mc_zvt_lj.f90 +++ b/mc_zvt_lj.f90 @@ -5,7 +5,7 @@ PROGRAM mc_zvt_lj !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/md_chain_lj_module.f90 b/md_chain_lj_module.f90 index 915af3e..db99e44 100644 --- a/md_chain_lj_module.f90 +++ b/md_chain_lj_module.f90 @@ -5,7 +5,7 @@ MODULE md_module !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/md_chain_mts_lj.f90 b/md_chain_mts_lj.f90 index 536b133..135099b 100644 --- a/md_chain_mts_lj.f90 +++ b/md_chain_mts_lj.f90 @@ -5,7 +5,7 @@ PROGRAM md_chain_mts_lj !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/md_chain_nve_lj.f90 b/md_chain_nve_lj.f90 index a511b2b..bfa678a 100644 --- a/md_chain_nve_lj.f90 +++ b/md_chain_nve_lj.f90 @@ -5,7 +5,7 @@ PROGRAM md_chain_nve_lj !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/md_lj_le_module.f90 b/md_lj_le_module.f90 index 9c7702e..0caab32 100644 --- a/md_lj_le_module.f90 +++ b/md_lj_le_module.f90 @@ -5,7 +5,7 @@ MODULE md_module !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/md_lj_ll_module.f90 b/md_lj_ll_module.f90 index 3bb052a..9c85256 100644 --- a/md_lj_ll_module.f90 +++ b/md_lj_ll_module.f90 @@ -5,7 +5,7 @@ MODULE md_module !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/md_lj_llle_module.f90 b/md_lj_llle_module.f90 index 314ae56..4149e7a 100644 --- a/md_lj_llle_module.f90 +++ b/md_lj_llle_module.f90 @@ -5,7 +5,7 @@ MODULE md_module !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/md_lj_module.f90 b/md_lj_module.f90 index dc63e5c..e9cd6dd 100644 --- a/md_lj_module.f90 +++ b/md_lj_module.f90 @@ -5,7 +5,7 @@ MODULE md_module !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/md_lj_mts.f90 b/md_lj_mts.f90 index a9c7a2d..6a33b30 100644 --- a/md_lj_mts.f90 +++ b/md_lj_mts.f90 @@ -5,7 +5,7 @@ PROGRAM md_lj_mts !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/md_lj_mts_module.f90 b/md_lj_mts_module.f90 index 7397f8b..6466e42 100644 --- a/md_lj_mts_module.f90 +++ b/md_lj_mts_module.f90 @@ -5,7 +5,7 @@ MODULE md_module !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/md_lj_omp_module.f90 b/md_lj_omp_module.f90 index 0d40549..61fb687 100644 --- a/md_lj_omp_module.f90 +++ b/md_lj_omp_module.f90 @@ -5,7 +5,7 @@ MODULE md_module !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/md_lj_vl_module.f90 b/md_lj_vl_module.f90 index 09418f2..25893a4 100644 --- a/md_lj_vl_module.f90 +++ b/md_lj_vl_module.f90 @@ -5,7 +5,7 @@ MODULE md_module !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/md_npt_lj.f90 b/md_npt_lj.f90 index 4308c10..431a782 100644 --- a/md_npt_lj.f90 +++ b/md_npt_lj.f90 @@ -5,7 +5,7 @@ PROGRAM md_npt_lj !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/md_nve_hs.f90 b/md_nve_hs.f90 index bc9a313..ba9bb17 100644 --- a/md_nve_hs.f90 +++ b/md_nve_hs.f90 @@ -5,7 +5,7 @@ PROGRAM md_nve_hs !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/md_nve_hs_module.f90 b/md_nve_hs_module.f90 index aab6720..31a5a57 100644 --- a/md_nve_hs_module.f90 +++ b/md_nve_hs_module.f90 @@ -5,7 +5,7 @@ MODULE md_module !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/md_nve_lj.f90 b/md_nve_lj.f90 index 7ddf89b..cfbe375 100644 --- a/md_nve_lj.f90 +++ b/md_nve_lj.f90 @@ -5,7 +5,7 @@ PROGRAM md_nve_lj !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/md_nvt_lj.f90 b/md_nvt_lj.f90 index 6d460cc..6e51ec0 100644 --- a/md_nvt_lj.f90 +++ b/md_nvt_lj.f90 @@ -5,7 +5,7 @@ PROGRAM md_nvt_lj !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/md_nvt_lj_le.f90 b/md_nvt_lj_le.f90 index a85dc71..1516f9c 100644 --- a/md_nvt_lj_le.f90 +++ b/md_nvt_lj_le.f90 @@ -5,7 +5,7 @@ PROGRAM md_nvt_lj_le !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/mesh.f90 b/mesh.f90 index bbcbcb4..32bc3fd 100644 --- a/mesh.f90 +++ b/mesh.f90 @@ -5,7 +5,7 @@ PROGRAM mesh !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/mesh_module.f90 b/mesh_module.f90 index 0cb5162..c1c6ba5 100644 --- a/mesh_module.f90 +++ b/mesh_module.f90 @@ -5,7 +5,7 @@ MODULE mesh_module !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/pair_distribution.f90 b/pair_distribution.f90 index 23a5099..5cd4b32 100644 --- a/pair_distribution.f90 +++ b/pair_distribution.f90 @@ -5,7 +5,7 @@ PROGRAM pair_distribution !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/python_examples/README.md b/python_examples/README.md index b1de7bf..022c985 100644 --- a/python_examples/README.md +++ b/python_examples/README.md @@ -1,7 +1,7 @@ # Python Examples This software was written in 2016/17 by Michael P. Allen / -and Dominic J. Tildesley ("the authors"), +and Dominic J. Tildesley ("the authors"), to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), published by Oxford University Press ("the publishers"). diff --git a/python_examples/adjust.py b/python_examples/adjust.py index 4c6daf5..983fd3f 100755 --- a/python_examples/adjust.py +++ b/python_examples/adjust.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/averages_module.py b/python_examples/averages_module.py index 70e863d..734c132 100644 --- a/python_examples/averages_module.py +++ b/python_examples/averages_module.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/bd_nvt_lj.py b/python_examples/bd_nvt_lj.py index 66326f3..cac7db4 100755 --- a/python_examples/bd_nvt_lj.py +++ b/python_examples/bd_nvt_lj.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/cluster.py b/python_examples/cluster.py index 8404eb7..4e86b9a 100755 --- a/python_examples/cluster.py +++ b/python_examples/cluster.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/config_io_module.py b/python_examples/config_io_module.py index f8d36d0..be6b67f 100644 --- a/python_examples/config_io_module.py +++ b/python_examples/config_io_module.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/corfun.py b/python_examples/corfun.py index 31873bf..9b39a22 100755 --- a/python_examples/corfun.py +++ b/python_examples/corfun.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/diffusion.py b/python_examples/diffusion.py index 85d453b..69b11a9 100755 --- a/python_examples/diffusion.py +++ b/python_examples/diffusion.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/diffusion_test.py b/python_examples/diffusion_test.py index aecb92f..a9ffde0 100755 --- a/python_examples/diffusion_test.py +++ b/python_examples/diffusion_test.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/dpd.py b/python_examples/dpd.py index 8df01bd..5ecf6fe 100755 --- a/python_examples/dpd.py +++ b/python_examples/dpd.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/dpd_module.py b/python_examples/dpd_module.py index 9eb8059..748c035 100644 --- a/python_examples/dpd_module.py +++ b/python_examples/dpd_module.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/eos_hs.py b/python_examples/eos_hs.py index a016182..5a81eaf 100755 --- a/python_examples/eos_hs.py +++ b/python_examples/eos_hs.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/eos_lj.py b/python_examples/eos_lj.py index 575c242..26d167b 100755 --- a/python_examples/eos_lj.py +++ b/python_examples/eos_lj.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/eos_lj_module.py b/python_examples/eos_lj_module.py index ddc7407..7c1cc7b 100644 --- a/python_examples/eos_lj_module.py +++ b/python_examples/eos_lj_module.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/error_calc.py b/python_examples/error_calc.py index aab84fb..266720f 100755 --- a/python_examples/error_calc.py +++ b/python_examples/error_calc.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/ewald.py b/python_examples/ewald.py index 8cd7a35..8368b84 100755 --- a/python_examples/ewald.py +++ b/python_examples/ewald.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/ewald_module.py b/python_examples/ewald_module.py index 4990d90..9f975ca 100644 --- a/python_examples/ewald_module.py +++ b/python_examples/ewald_module.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/fft3dwrap.py b/python_examples/fft3dwrap.py index 98a165d..aa5c547 100755 --- a/python_examples/fft3dwrap.py +++ b/python_examples/fft3dwrap.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/hit_and_miss.py b/python_examples/hit_and_miss.py index 8d8aa76..b97d42e 100755 --- a/python_examples/hit_and_miss.py +++ b/python_examples/hit_and_miss.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/initialize.py b/python_examples/initialize.py index 3e22bf4..2f8b90c 100755 --- a/python_examples/initialize.py +++ b/python_examples/initialize.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/lrc_module.py b/python_examples/lrc_module.py index 759beb8..1701181 100644 --- a/python_examples/lrc_module.py +++ b/python_examples/lrc_module.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/maths_module.py b/python_examples/maths_module.py index 5280969..b0ad8d5 100644 --- a/python_examples/maths_module.py +++ b/python_examples/maths_module.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/mc_chain_lj_module.py b/python_examples/mc_chain_lj_module.py index 366d350..b2ba603 100644 --- a/python_examples/mc_chain_lj_module.py +++ b/python_examples/mc_chain_lj_module.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/mc_chain_nvt_cbmc_lj.py b/python_examples/mc_chain_nvt_cbmc_lj.py index 950e488..1d0c947 100755 --- a/python_examples/mc_chain_nvt_cbmc_lj.py +++ b/python_examples/mc_chain_nvt_cbmc_lj.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/mc_hs_module.py b/python_examples/mc_hs_module.py index 3242260..5560f3d 100644 --- a/python_examples/mc_hs_module.py +++ b/python_examples/mc_hs_module.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/mc_lj_module.py b/python_examples/mc_lj_module.py index 532f942..cbc8013 100644 --- a/python_examples/mc_lj_module.py +++ b/python_examples/mc_lj_module.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/mc_npt_hs.py b/python_examples/mc_npt_hs.py index 1cdab03..6d3e0a3 100755 --- a/python_examples/mc_npt_hs.py +++ b/python_examples/mc_npt_hs.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/mc_npt_lj.py b/python_examples/mc_npt_lj.py index 5695266..f64e5d2 100755 --- a/python_examples/mc_npt_lj.py +++ b/python_examples/mc_npt_lj.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/mc_npt_sc.py b/python_examples/mc_npt_sc.py index 440d5cb..5f2fd0b 100755 --- a/python_examples/mc_npt_sc.py +++ b/python_examples/mc_npt_sc.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/mc_nvt_hs.py b/python_examples/mc_nvt_hs.py index e271756..5b86ec8 100755 --- a/python_examples/mc_nvt_hs.py +++ b/python_examples/mc_nvt_hs.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/mc_nvt_lj.py b/python_examples/mc_nvt_lj.py index 8c65f99..a489556 100755 --- a/python_examples/mc_nvt_lj.py +++ b/python_examples/mc_nvt_lj.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/mc_nvt_sc.py b/python_examples/mc_nvt_sc.py index dd8a99b..819855f 100755 --- a/python_examples/mc_nvt_sc.py +++ b/python_examples/mc_nvt_sc.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/mc_sc_module.py b/python_examples/mc_sc_module.py index cbb3d5a..f7c9f3f 100644 --- a/python_examples/mc_sc_module.py +++ b/python_examples/mc_sc_module.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/mc_zvt_lj.py b/python_examples/mc_zvt_lj.py index 3de9113..6f6bf32 100755 --- a/python_examples/mc_zvt_lj.py +++ b/python_examples/mc_zvt_lj.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/md_chain_lj_module.py b/python_examples/md_chain_lj_module.py index e7dfcab..f18ed9d 100644 --- a/python_examples/md_chain_lj_module.py +++ b/python_examples/md_chain_lj_module.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/md_chain_mts_lj.py b/python_examples/md_chain_mts_lj.py index 7b5f84b..0b9c4ca 100755 --- a/python_examples/md_chain_mts_lj.py +++ b/python_examples/md_chain_mts_lj.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/md_chain_nve_lj.py b/python_examples/md_chain_nve_lj.py index d027ea8..ce0162d 100755 --- a/python_examples/md_chain_nve_lj.py +++ b/python_examples/md_chain_nve_lj.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/md_lj_module.py b/python_examples/md_lj_module.py index 9b510a7..16c602f 100644 --- a/python_examples/md_lj_module.py +++ b/python_examples/md_lj_module.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/md_npt_lj.py b/python_examples/md_npt_lj.py index b92f7de..47e804b 100755 --- a/python_examples/md_npt_lj.py +++ b/python_examples/md_npt_lj.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/md_nve_hs.py b/python_examples/md_nve_hs.py index ee2b76a..1aedb63 100755 --- a/python_examples/md_nve_hs.py +++ b/python_examples/md_nve_hs.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/md_nve_hs_module.py b/python_examples/md_nve_hs_module.py index 986979e..39d804f 100644 --- a/python_examples/md_nve_hs_module.py +++ b/python_examples/md_nve_hs_module.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/md_nve_lj.py b/python_examples/md_nve_lj.py index 219d6a7..e842330 100755 --- a/python_examples/md_nve_lj.py +++ b/python_examples/md_nve_lj.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/md_nvt_lj.py b/python_examples/md_nvt_lj.py index 9e580cf..6d9577c 100755 --- a/python_examples/md_nvt_lj.py +++ b/python_examples/md_nvt_lj.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/mesh.py b/python_examples/mesh.py index fb7eeb5..bba2d80 100755 --- a/python_examples/mesh.py +++ b/python_examples/mesh.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/mesh_module.py b/python_examples/mesh_module.py index cc32a04..67b4cf2 100755 --- a/python_examples/mesh_module.py +++ b/python_examples/mesh_module.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/pair_distribution.py b/python_examples/pair_distribution.py index fd2df41..25b81d0 100755 --- a/python_examples/pair_distribution.py +++ b/python_examples/pair_distribution.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/qmc_pi_sho.py b/python_examples/qmc_pi_sho.py index ef00b62..d62b291 100755 --- a/python_examples/qmc_pi_sho.py +++ b/python_examples/qmc_pi_sho.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/qmc_walk_sho.py b/python_examples/qmc_walk_sho.py index b51154a..fded23d 100755 --- a/python_examples/qmc_walk_sho.py +++ b/python_examples/qmc_walk_sho.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/sample_mean.py b/python_examples/sample_mean.py index 64c4e2b..ffd3cd5 100755 --- a/python_examples/sample_mean.py +++ b/python_examples/sample_mean.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/smc_lj_module.py b/python_examples/smc_lj_module.py index be0d6e3..7af843c 100644 --- a/python_examples/smc_lj_module.py +++ b/python_examples/smc_lj_module.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/smc_nvt_lj.py b/python_examples/smc_nvt_lj.py index abb42e1..1f34b8d 100755 --- a/python_examples/smc_nvt_lj.py +++ b/python_examples/smc_nvt_lj.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/t_tensor.py b/python_examples/t_tensor.py index 84b0d5f..9135d26 100755 --- a/python_examples/t_tensor.py +++ b/python_examples/t_tensor.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/test_pot_at.py b/python_examples/test_pot_at.py index f4fa2d0..8418d8f 100644 --- a/python_examples/test_pot_at.py +++ b/python_examples/test_pot_at.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/test_pot_atom.py b/python_examples/test_pot_atom.py index 762df6c..18fd7ce 100755 --- a/python_examples/test_pot_atom.py +++ b/python_examples/test_pot_atom.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/test_pot_bend.py b/python_examples/test_pot_bend.py index dd28e1b..e0955e7 100644 --- a/python_examples/test_pot_bend.py +++ b/python_examples/test_pot_bend.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/test_pot_dd.py b/python_examples/test_pot_dd.py index 73cf1ee..7176460 100644 --- a/python_examples/test_pot_dd.py +++ b/python_examples/test_pot_dd.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/test_pot_dq.py b/python_examples/test_pot_dq.py index a119329..570045b 100644 --- a/python_examples/test_pot_dq.py +++ b/python_examples/test_pot_dq.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/test_pot_gb.py b/python_examples/test_pot_gb.py index 796f146..be81e94 100644 --- a/python_examples/test_pot_gb.py +++ b/python_examples/test_pot_gb.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/test_pot_linear.py b/python_examples/test_pot_linear.py index 75c39bc..bce42c6 100755 --- a/python_examples/test_pot_linear.py +++ b/python_examples/test_pot_linear.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/test_pot_qq.py b/python_examples/test_pot_qq.py index 6d17414..bd6c6f4 100644 --- a/python_examples/test_pot_qq.py +++ b/python_examples/test_pot_qq.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/python_examples/test_pot_twist.py b/python_examples/test_pot_twist.py index f302d28..27d7f98 100644 --- a/python_examples/test_pot_twist.py +++ b/python_examples/test_pot_twist.py @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------# # This software was written in 2016/17 # # by Michael P. Allen / # -# and Dominic J. Tildesley ("the authors"), # +# and Dominic J. Tildesley ("the authors"), # # to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), # # published by Oxford University Press ("the publishers"). # # # diff --git a/qmc_pi_lj.f90 b/qmc_pi_lj.f90 index 7612994..e56bb2b 100644 --- a/qmc_pi_lj.f90 +++ b/qmc_pi_lj.f90 @@ -5,7 +5,7 @@ PROGRAM qmc_pi_lj !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/qmc_pi_lj_module.f90 b/qmc_pi_lj_module.f90 index a83d175..a4e8ab9 100644 --- a/qmc_pi_lj_module.f90 +++ b/qmc_pi_lj_module.f90 @@ -5,7 +5,7 @@ MODULE qmc_module !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/qmc_pi_sho.f90 b/qmc_pi_sho.f90 index 8f1262a..5b93527 100644 --- a/qmc_pi_sho.f90 +++ b/qmc_pi_sho.f90 @@ -5,7 +5,7 @@ PROGRAM qmc_pi_sho !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/qmc_walk_sho.f90 b/qmc_walk_sho.f90 index afb6204..85e7644 100644 --- a/qmc_walk_sho.f90 +++ b/qmc_walk_sho.f90 @@ -5,7 +5,7 @@ PROGRAM qmc_walk_sho !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/sample_mean.f90 b/sample_mean.f90 index 0578609..fb7b6c7 100644 --- a/sample_mean.f90 +++ b/sample_mean.f90 @@ -5,7 +5,7 @@ PROGRAM sample_mean !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/smc_lj_module.f90 b/smc_lj_module.f90 index c4a6e5c..ce48814 100644 --- a/smc_lj_module.f90 +++ b/smc_lj_module.f90 @@ -5,7 +5,7 @@ MODULE smc_module !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/smc_nvt_lj.f90 b/smc_nvt_lj.f90 index 5b112b6..efe8a4a 100644 --- a/smc_nvt_lj.f90 +++ b/smc_nvt_lj.f90 @@ -5,7 +5,7 @@ PROGRAM smc_nvt_lj !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/t_tensor.f90 b/t_tensor.f90 index 3daae11..debf9d9 100644 --- a/t_tensor.f90 +++ b/t_tensor.f90 @@ -5,7 +5,7 @@ PROGRAM t_tensor !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/test_pot_at.f90 b/test_pot_at.f90 index 17a084f..8cd03b6 100644 --- a/test_pot_at.f90 +++ b/test_pot_at.f90 @@ -5,7 +5,7 @@ MODULE test_pot_module !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/test_pot_atom.f90 b/test_pot_atom.f90 index 7f5b2e3..ab425e6 100644 --- a/test_pot_atom.f90 +++ b/test_pot_atom.f90 @@ -5,7 +5,7 @@ PROGRAM test_pot_atom !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/test_pot_bend.f90 b/test_pot_bend.f90 index 4c6bc2d..6738684 100644 --- a/test_pot_bend.f90 +++ b/test_pot_bend.f90 @@ -5,7 +5,7 @@ MODULE test_pot_module !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/test_pot_dd.f90 b/test_pot_dd.f90 index 0ef92f4..726e52a 100644 --- a/test_pot_dd.f90 +++ b/test_pot_dd.f90 @@ -5,7 +5,7 @@ MODULE test_pot_module !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/test_pot_dq.f90 b/test_pot_dq.f90 index ff57d0a..e968aa8 100644 --- a/test_pot_dq.f90 +++ b/test_pot_dq.f90 @@ -5,7 +5,7 @@ MODULE test_pot_module !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/test_pot_gb.f90 b/test_pot_gb.f90 index b1bbd16..06ab260 100644 --- a/test_pot_gb.f90 +++ b/test_pot_gb.f90 @@ -5,7 +5,7 @@ MODULE test_pot_module !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/test_pot_linear.f90 b/test_pot_linear.f90 index 55a97cd..8e15af8 100644 --- a/test_pot_linear.f90 +++ b/test_pot_linear.f90 @@ -5,7 +5,7 @@ PROGRAM test_pot_linear !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/test_pot_qq.f90 b/test_pot_qq.f90 index 9a07205..5820290 100644 --- a/test_pot_qq.f90 +++ b/test_pot_qq.f90 @@ -5,7 +5,7 @@ MODULE test_pot_module !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/test_pot_twist.f90 b/test_pot_twist.f90 index 2a5f430..b2fa7f6 100644 --- a/test_pot_twist.f90 +++ b/test_pot_twist.f90 @@ -5,7 +5,7 @@ MODULE test_pot_module !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/verlet_list_module.f90 b/verlet_list_module.f90 index f793e89..db788d6 100644 --- a/verlet_list_module.f90 +++ b/verlet_list_module.f90 @@ -5,7 +5,7 @@ MODULE verlet_list_module !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! ! diff --git a/wl_hist.f90 b/wl_hist.f90 index 466b4c4..3a15e39 100644 --- a/wl_hist.f90 +++ b/wl_hist.f90 @@ -5,7 +5,7 @@ PROGRAM wl_hist !------------------------------------------------------------------------------------------------! ! This software was written in 2016/17 ! ! by Michael P. Allen / ! - ! and Dominic J. Tildesley ("the authors"), ! + ! and Dominic J. Tildesley ("the authors"), ! ! to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), ! ! published by Oxford University Press ("the publishers"). ! ! !