|
| 1 | +*************************************************************************** |
| 2 | +* MD analysis (Version 05 Sept 2024) * |
| 3 | +* Date: 10/15/2024, 09:02:24 * |
| 4 | +*************************************************************************** |
| 5 | +Inputs: |
| 6 | + |
| 7 | +SYSTEM_NAME: H2O # Name of the system. This will determine the names of the file (e.g. C2.out, C2.aimd, C2.out_01 etc) |
| 8 | +N_FOLDERS: 1 # Number of folders used to run the simulation (Each folder will be considered a MD trajectory with an indepedent starting point) |
| 9 | +FOLDER_PATH_SIMULATIONS: ./ # Location of the folders |
| 10 | +N_SIMULATIONS_FOLDER: 1 # Number of simulation run within each folder (If it has 3 simulations, C2.out, C2.out_01, C2.out_02 files are expected.) |
| 11 | + |
| 12 | + |
| 13 | +N_EQUIL: 10 # Number of MD steps for equilibriation |
| 14 | + |
| 15 | + |
| 16 | +PCF_FLAG: 0 # Flag to do a pair correlation function calculation |
| 17 | +RANGE_PCF: 10 # Maximum radial distance to be considered |
| 18 | +SIZE_HIST_PCF: 100 # Total number of spherical shells to be considered |
| 19 | + |
| 20 | +SELF_DIFFUSION_FLAG: 1 # Flag to do self-diffusion coefficient calculation using integration of VACF |
| 21 | +BLOCK_LENGTH_SELF_DIFFUSION: 10 15 # Block length |
| 22 | + |
| 23 | + |
| 24 | +INTER_DIFFUSION_FLAG: 1 # Flag to do inter-diffusion coefficient calculation using integration of VACF |
| 25 | +BLOCK_LENGTH_INTER_DIFFUSION: 20 # Block length |
| 26 | + |
| 27 | +VISCOSITY_FLAG: 1 # Flag to do shear viscosity calculation using integration of VACF |
| 28 | +BLOCK_LENGTH_VISCOSITY: 20 # Block length |
| 29 | + |
| 30 | +INTERNAL_ENERGY_FLAG: 1 # Flag to get the mean and error bar of total internal energy (ha/atom) |
| 31 | +PRESSURE_FLAG: 1 # Flag to get the mean and error bar of total pressure (GPa) |
| 32 | +*************************************************************************** |
| 33 | +Internal energy (UEN + KENIG): |
| 34 | +Mean of internal energy [ha/atom]: -2.447001459E+01 |
| 35 | +Error bar of internal energy [ha/atom]: 1.487E-03 |
| 36 | +*************************************************************************** |
| 37 | +Pressure (PRES + PRESIG): |
| 38 | +Mean of pressure [GPa]: 4.846579972E+02 |
| 39 | +Error bar of pressure [GPa]: 3.127E+00 |
| 40 | +*************************************************************************** |
| 41 | +Self diffusion coefficient: |
| 42 | +Self diffusion coefficients [cm^2/s]: |
| 43 | +2.3531E-03, 2.5359E-04, |
| 44 | +Self diffusion coefficients error bar[cm^2/s]: |
| 45 | +3.5450E-05, 1.3529E-05, |
| 46 | +*************************************************************************** |
| 47 | +Inter diffusion coefficient: |
| 48 | +Inter diffusion coefficients [cm^2/s]: |
| 49 | +9.7906E-03, |
| 50 | +Inter diffusion coefficients error bar[cm^2/s]: |
| 51 | +1.8895E-03, |
| 52 | +*************************************************************************** |
| 53 | +Shear viscosity: |
| 54 | +Viscosity [Pa-s]: |
| 55 | +5.4306E-04, |
| 56 | +Viscosity error bar[Pa-s]: |
| 57 | +6.4636E-05, |
0 commit comments