Name

EMTCalculator — Class for representing an EMT calculator. It can be used for a MoleculeConfiguration and a BulkConfiguration.

Synopsis

Namespace: NanoLanguage
EMTCalculator()

Description

The constructor for the Effective Medium Theory(EMT) calculator

EMTCalculator Arguments

EMTCalculator Methods

A EMTCalculator object provides the following methods:

Usage Examples

Define an EMT calculator

    calculator = EMTCalculator()

Notes

The calculator uses the classical Effective Medium Theory(EMT) potential[32] and is limited to the elements: Nickel(Ni), Copper(Cu), Palladium(Pd), Silver(Ag), Platinum(Pt), and Gold(Au).

The implementation uses the ASE-ASAP code.