howto:gemc
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
howto:gemc [2020/08/21 10:15] – external edit 127.0.0.1 | howto:gemc [2024/01/03 13:07] (current) – oschuett | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ==== What is GEMC ?==== | + | This page has been moved to: https://manual.cp2k.org/ |
- | In the most common set up of Gibbs Ensemble Monte Carlo (GEMC) simulation, 2 boxes are utilized to represent vapor and liquid phases. In order to equilibrate the system, different types of moves are used: | + | |
- | \\ 1) Translations, | + | |
- | 2) Volume exchanges \\ | + | |
- | 3) Particle swaps. \\ | + | |
- | The particles are swapped between boxes to equilibrate the chemical potential, volume moves equilibrate pressure, and the rest of the moves within a box are performed to maintain thermal equilibrium. The main advantage of the GEMC simulation is that coexisting phases can be simulated without a physical interface using a unified partition function. Thus, we used GEMC simulations to determined vapor-liquid coexistence curves for a system. | + | |
- | + | ||
- | ==== Files required to run GEMC==== | + | |
- | In order to run GEMC certain input files are needed; the two main input files for each box {{gemc_nvt_box1.inp.zip}}{{gemc_nvt_box2.inp.zip}}, | + | |
- | + | ||
- | ==== Sample of input files==== | + | |
- | Starting with the input gemc_nvt_box1.inp file first, we note that the location of the basis set file, as well as the potential file, is declared(in this case these two files are present in the current working directory). ''& | + | |
- | & | + | |
- | METHOD Quickstep | + | |
- | &DFT | + | |
- | BASIS_SET_FILE_NAME GTH_BASIS_SETS | + | |
- | POTENTIAL_FILE_NAME POTENTIAL | + | |
- | The SCF section in the code below generates atomic density. | + | |
- | & | + | |
- | CUTOFF 280 | + | |
- | &END MGRID | + | |
- | &QS | + | |
- | &END QS | + | |
- | &SCF | + | |
- | SCF_GUESS ATOMIC | + | |
- | &END SCF | + | |
- | One can increase the SCF iterations by including the '' | + | |
- | &XC | + | |
- | & | + | |
- | &END XC_FUNCTIONAL | + | |
- | & | + | |
- | POTENTIAL_TYPE PAIR_POTENTIAL | + | |
- | & | + | |
- | R_CUTOFF 40.0 | + | |
- | TYPE DFTD2 | + | |
- | REFERENCE_FUNCTIONAL BLYP | + | |
- | &END PAIR_POTENTIAL | + | |
- | &END VDW_POTENTIAL | + | |
- | & | + | |
- | XC_DERIV SPLINE2 | + | |
- | XC_SMOOTH_RHO NONE | + | |
- | &END XC_GRID | + | |
- | &END XC | + | |
- | The cell and cell ref of the box 1 in angstorms. | + | |
- | &CELL | + | |
- | ABC 13.7151207699 13.7151207699 13.7151207699 | + | |
- | & | + | |
- | ABC 13.7151207699 13.7151207699 13.7151207699 | + | |
- | &END CELL_REF | + | |
- | + | ||
- | After the above section of code, there is a listing of coordinates for each atom. After this, the section | + | |
- | &KIND H | + | |
- | BASIS_SET TZV2P-GTH | + | |
- | POTENTIAL GTH-BLYP-q1 | + | |
- | &END KIND | + | |
- | declares the basis set(TZV2P) intended to be used for the simulation. | + | |
- | The following code | + | |
- | & | + | |
- | PROJECT H2O_MC | + | |
- | RUN_TYPE MC | + | |
- | PRINT_LEVEL LOW | + | |
- | is intended to described the type of run. Consequently, | + | |
- | & | + | |
- | &MC | + | |
- | ENSEMBLE GEMC_NVT | + | |
- | TEMPERATURE 398.0 | + | |
- | IPRINT 1 | + | |
- | LBIAS yes | + | |
- | LSTOP yes | + | |
- | NMOVES 8 | + | |
- | NSWAPMOVES 640 | + | |
- | NSTEP 5 | + | |
- | PRESSURE 1.013 | + | |
- | RESTART no | + | |
- | BOX2_FILE_NAME GEMC_NVT_box1.inp | + | |
- | RESTART_FILE_NAME mc_restart_2 | + | |
- | + | ||
- | The '' | + | |
- | The line '' | + | |
- | ==== Sample of output files==== | + | |
- | Sample output files for 64 H< | + | |
- | | BOX 1 | | + | |
- | ------------------------------------------------ | + | |
- | + | ||
- | ******************************************************************************** | + | |
- | Average Energy [Hartrees]: -1085.04223205 | + | |
- | Average number of molecules: | + | |
- | Average Volume [angstroms**3]: | + | |
- | -------------------------------------------------------------------------------- | + | |
- | Quickstep Moves | + | |
- | 4 1 25.000 | + | |
- | -------------------------------------------------------------------------------- | + | |
- | -------------------------------------------------------------------------------- | + | |
- | Move Data for Molecule Type 1 | + | |
- | -------------------------------------------------------------------------------- | + | |
- | Conformational Moves Attempted | + | |
- | 9 2 22.222 | + | |
- | Bond Changes | + | |
- | 5 2 40.000 | + | |
- | -------------------------------------------------------------------------------- | + | |
- | Angle Changes | + | |
- | 4 0 | + | |
- | -------------------------------------------------------------------------------- | + | |
- | Conformational Moves Rejected BecauseBox Was Empty: | + | |
- | ------------------------------------------------------------------------------- | + | |
- | Translation Moves | + | |
- | | + | |
- | -------------------------------------------------------------------------------- | + | |
- | Rotation Moves Attempted | + | |
- | | + | |
- | -------------------------------------------------------------------------------- | + | |
- | Biased Move Data | + | |
- | -------------------------------------------------------------------------------- | + | |
- | Bond Changes | + | |
- | 5 5 | + | |
- | -------------------------------------------------------------------------------- | + | |
- | Angle Changes | + | |
- | 4 4 | + | |
- | -------------------------------------------------------------------------------- | + | |
- | Translation Moves | + | |
- | | + | |
- | -------------------------------------------------------------------------------- | + | |
- | Rotation Moves Attempted | + | |
- | | + | |
- | -------------------------------------------------------------------------------- | + | |
- | ******************************************************************************** | + | |
- | ------------------------------------------------ | + | |
- | | BOX 2 | | + | |
- | ------------------------------------------------ | + | |
- | ******************************************************************************** | + | |
- | Average Energy [Hartrees]: | + | |
- | Average number of molecules: | + | |
- | Average Volume [angstroms**3]: | + | |
- | + | ||
- | -------------------------------------------------------------------------------- | + | |
- | -------------------------------------------------------------------------------- | + | |
- | Move Data for Molecule Type 1 | + | |
- | -------------------------------------------------------------------------------- | + | |
- | Swap Moves into this box Attempted | + | |
- | 1 0 | + | |
- | Growths | + | |
- | 1 1 | + | |
- | Total | + | |
- | 1 0 | + | |
- | ------------------------------------------------------------------------------- | + | |
- | Biased Move Data | + | |
- | -------------------------------------------------------------------------------- | + | |
- | ******************************************************************************** | + | |
- | + | ||
- | + | ||
- | Additionally, | + |
howto/gemc.1598004913.txt.gz · Last modified: 2020/08/21 10:15 by 127.0.0.1