User Tools

Site Tools


exercises:2014_ethz_mmm:monte_carlo_ice

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
exercise:monte_carlo_ice [2014/05/23 15:49] oschuettexercises:2014_ethz_mmm:monte_carlo_ice [2020/08/21 10:15] (current) – external edit 127.0.0.1
Line 85: Line 85:
  
 ===== Task 2: Gather more samplings ===== ===== Task 2: Gather more samplings =====
-You can gather more samples by launching multiple independent runs in parallel with different random number seeds. The seed is given by the ''RND_DETERMINISTIC'' keyword. The gathered trajectories can then be analyzed collectively by the python-script:+You can gather more samples by launching multiple independent runs in parallel with different random number seeds. The seed is given by the ''RND_DETERMINISTIC'' keyword. The gathered trajectories can then be analyzed collectively with the python-script:
 <code> <code>
 you@brutusX ~$ ./calc_dielectric_constant.py 200 trj_1_T200.00.dip_cl trj_1_T200.00.dip_cl ... you@brutusX ~$ ./calc_dielectric_constant.py 200 trj_1_T200.00.dip_cl trj_1_T200.00.dip_cl ...
Line 97: Line 97:
 ===== Required Files ===== ===== Required Files =====
 ==== Initial Coordinates ==== ==== Initial Coordinates ====
-{{:exercise:ice_ih_96.xyz.gz| Download here}}+{{ice_ih_96.xyz.gz| Download here}}
  
  
Line 112: Line 112:
   &TMC   &TMC
       RND_DETERMINISTIC 42 !<=== Change this number to obtain different samplings       RND_DETERMINISTIC 42 !<=== Change this number to obtain different samplings
-      PRINT_COORDS .FALSE. !this avoids the 'file size exceeded' problem+      PRINT_COORDS .FALSE. !this avoids the file-size problem
       GROUP_CC_SIZE 0       GROUP_CC_SIZE 0
       NUM_MC_ELEM 100000       NUM_MC_ELEM 100000
exercises/2014_ethz_mmm/monte_carlo_ice.1400860198.txt.gz · Last modified: 2020/08/21 10:14 (external edit)