Skip to content

kul-group/Ag_diffusion_data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Ag_diffusion_data

Data and inputs for the paper on surface diffusion on Ag (111). We highly recommend the data is downloaded as a zip file for use.

Paper Link

The trained DeepMD-kit model (graph.pb) can be used with Atomic Simulation Environment (ASE) as follows:

from deepmd.calculator import DP
DPcalculator=DP(model="graph.pb")
atoms.set_calculator(DPcalculator)

Installation instructions for DeepMD-kit and ASE can be found on their websites.

Folder structure for data:

πŸ“¦ data_for_paper
β”‚
β””β”€β”€β”€πŸ“‚ data
β”‚   β”‚   Model Training, Testing and validation datasets separated by each adsorbate
β”‚   ┣   πŸ“œ type_map.json
β”‚   β”‚   ...
β”‚   β””β”€β”€β”€πŸ“‚subfolders
β”‚   β”‚   β”£πŸ“‚ test
β”‚   β”‚   |   ┣ πŸ“œbox.npy
β”‚   β”‚   |   ┣ πŸ“œcoord.npy
β”‚   β”‚   |   ┣ πŸ“œenergy.npy
β”‚   β”‚   |   ┣ πŸ“œforce.npy
β”‚   β”‚   β”£πŸ“‚ train
β”‚   β”‚   |   ┣ πŸ“œbox.npy
β”‚   β”‚   |   ┣ πŸ“œcoord.npy
β”‚   β”‚   |   ┣ πŸ“œenergy.npy
β”‚   β”‚   |   ┣ πŸ“œforce.npy
β”‚   β”‚   β”£πŸ“‚ validation
β”‚   β”‚   |   ┣ πŸ“œbox.npy
β”‚   β”‚   |   ┣ πŸ“œcoord.npy
β”‚   β”‚   |   ┣ πŸ“œenergy.npy
β”‚   β”‚   |   ┣ πŸ“œforce.npy
β”‚   
β””β”€β”€β”€πŸ“‚ lammps_example_in
β”‚    ┣   πŸ“œdata.atoms (Example input for methyl on Ag(111))
β”‚    ┣   πŸ“œin.atoms (LAMMPS input file)
β”‚   
β””β”€β”€β”€πŸ“‚ train
β”‚   β”‚   Ensemble of trained models (4 models) differing only in their initial weights seeds
β”‚   β”‚
β”‚   β””β”€β”€β”€πŸ“‚ 00
β”‚   β”‚    ┣   πŸ“œgraph.pb ( Trained DeepMD model)  
β”‚   β”‚    ┣   πŸ“œin.json (Input parameters for training)
β”‚   β”‚    ┣   πŸ“œlcurve.out (Loss curve output)
β”‚   |   ...
β”‚  
β””β”€β”€β”€πŸ“‚ vasp_example_in
β”‚    ┣   πŸ“œINCAR_ads (VASP input for AIMD on just adsorbates)
β”‚    ┣   πŸ“œINCAR_Ag_ads (VASP input for AIMD on adsorbates on Ag (111))

About

Data and inputs for surface diffusion on Ag (111)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages