Skip to content

LAMMPS fix for calculating many-body forces using image method.

Notifications You must be signed in to change notification settings

sivadasetty/image_method_MICCoM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

LAMMPS fix for calculating many-body forces using image method.

This code is released as a part of MICCoM (Midwest Integrated Center for Computational Materials) to calculate three-body forces using fix command in LAMMPS. MICCoM develops and disseminates interoperable computational tools - open source software, data, simulation templates, and validation procedures - that enable simulations and predictions of properties of functional materials for energy conversion and of solid-state materials for quantum information science.

src

  • fix_colloidImage.h and fix_colloidImage.cpp : LAMMPS fix for computing three-body forces using image method (Eq. 29 in Qin et al.)

Installation

  • Copy src/fix_colloidImage.cpp and src/fix_colloidImage.h into lammps/src/ directory.
  • Build LAMMPS.

Syntax

  • fix ID group-ID colloid/image ion-type-start IIII einner XXXX
    • IIII: start ID of ion type.
    • XXXX: dielectric constant of particle.
  • Eg: fix fix_colloid all colloid/image ion-type-start 11 einner 100
    • See example LAMMPS input script in examples for performing ten particle simulations.

Contributors

Acknowledgements

This work was supported by MICCoM (Midwest Integrated Center for Computational Materials), as part of the Computational Materials Science Program funded by the U.S. Department of Energy, Office of Science, Basic Energy Sciences, Materials Sciences and Engineering Division.

About

LAMMPS fix for calculating many-body forces using image method.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages