File size: 1,590 Bytes
989d6f9
b59c987
989d6f9
 
 
 
b59c987
 
 
989d6f9
 
 
 
 
 
 
 
 
 
 
 
 
b59c987
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Advanced simulation tutorials — input files

This directory contains the input files used by 
  - `advanced_simulation_tutorial.ipynb`
  - `metadynamics_tutorial.ipynb`
  - `fep_tutorial.ipynb`

## Files

### `methane_minimized.pdb`
Pre-minimized rhombic dodecahedron box containing one methane molecule, and 234 
water molecules, with 11A padding between the methane molecule and the outer edge 
(707 atoms total). The first 5 atoms are the methane molecule, with the following
atoms ordered as consecutive OHH triplets for each water molecule. Used in the 
FEP tutorial, where we predict the hydration free energy of methane.

### `methane_molecule_indices.npy`
Pre-computed "molecules indices" array for the `methane_minimized` system, 
containing a per-atom molecule assignment required for running an NPT simulation
using a Monte Carlo barostat. Used in the FEP tutorial, where we predict the 
hydration free energy of methane.

### `nacl_equil.xyz`
Pre-equilibrated cubic box of 106 water molecules and one NaCl ion pair (320 atoms,
box length ≈ 14.7 Å). Atoms are ordered as consecutive OHH triplets for each water
molecule, followed by Na and Cl.

### `experimental_rdf_oo_water_skinner2013.csv`
Experimental O–O radial distribution function of liquid water at 295.1 K, measured
by high-energy X-ray scattering.

Columns: `r_angstrom`, `g_oo`, `g_oo_error`

**Source:** Skinner, L.B. & Benmore, C.J. et al. *Benchmark oxygen-oxygen
pair-distribution function of ambient water from x-ray diffraction measurements with
a wide Q-range.* J. Chem. Phys. **138**, 074506 (2013).