Skip to content

Final project for the Computational Sciences Seminar

Notifications You must be signed in to change notification settings

Zarasthustra/EwaldSummation

Repository files navigation

Ewald-Summation

Final project for the Computational Sciences Seminar

Units and physical constants

We use the real unit system in LAMMPS.

    mass = grams/mole
    distance = Angstroms
    time = femtoseconds
    energy = Kcal/mole
    velocity = Angstroms/femtosecond
    force = Kcal/mole-Angstrom
    torque = Kcal/mole
    temperature = Kelvin
    pressure = atmospheres
    dynamic viscosity = Poise
    charge = multiple of electron charge (1.0 is a proton)
    dipole = charge*Angstroms
    electric field = volts/Angstrom
    density = gram/cm^dim

So the involved physical constants are:

How to run benchmarks / examples

Set root level of this repository as terminal working directory, and then run:

python3 -m ewald_summation.benchmark.bm_MD
python3 -m ewald_summation.benchmark.bm_Harmonic

About

Final project for the Computational Sciences Seminar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published