Gcmc
No description available
Install / Use
/learn @rwexler/GcmcREADME
Ab initio grand canonical Monte Carlo simulation of surfaces and nanoparticles.
E-mail: Robert Wexler : rwexler@sas.upenn.edu Tian Qiu : tianq@sas.upenn.edu
These python scripts simulate the structural evolution of surfaces or nanopartcles in the grand canonical ensemble. Quantum Espresso (QE) is launched to perform the structural relaxation and the total energy calculation.
Dependencies: Python 2.6.9 MPI launcher (optional but strongly suggested)
Usage:
- Prepare the QE pw executable file pw.x in the directory "bin"
- Prepare the QE input file template in the directory "templates"
- Prepare pseudopotential files for DFT calculations in the directroy "PSPs"
- Prepare information of elements in "el_list.txt"
- Set up the buffer length
buf_lenin "main.py" - Set up the chemical potential
mu_listin "main.py" - Set up the QE launcher
call_qebased on the MPI launcher in "main.py" - Run the command
python main.py structure.xsf el_list.txt
