.. DO NOT EDIT. .. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY. .. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE: .. "examples_generated/external_calculators/external_calculators_asap.py" .. LINE NUMBERS ARE GIVEN BELOW. .. only:: html .. note:: :class: sphx-glr-download-link-note :ref:`Go to the end ` to download the full example code. .. rst-class:: sphx-glr-example-title .. _sphx_glr_examples_generated_external_calculators_external_calculators_asap.py: .. _ext_calc_asap: External calculators - ASAP --------------------------- .. _ASAP: https://asap3.readthedocs.io/en/latest/ ASAP is a calculator for doing large-scale classical molecular dynamics within the Atomic Simulation Environment (ASE). ASAP currently implements: - The Effective Medium Theory (Effective Medium Theory (EMT)) potential for the elements Ni, Cu, Pd, Ag, Pt and Au (and their alloys). There is also experimental support for CuMg and CuZr alloys. - Support for all models published by the OpenKIM.org project. Currently, more than 150 potentials are available this way. See the page OpenKIM support. - A number of experimental or in-development potentials. .. GENERATED FROM PYTHON SOURCE LINES 27-36 .. rst-class:: sphx-glr-script-out .. code-block:: none -9.208697750517914e-05 | .. code-block:: Python from asap3 import EMT from ase.build import bulk atoms = bulk('Cu', 'fcc', a=3.614) atoms.calc = EMT() energy = atoms.get_potential_energy() print(energy) .. _sphx_glr_download_examples_generated_external_calculators_external_calculators_asap.py: .. only:: html .. container:: sphx-glr-footer sphx-glr-footer-example .. container:: sphx-glr-download sphx-glr-download-jupyter :download:`Download Jupyter notebook: external_calculators_asap.ipynb ` .. container:: sphx-glr-download sphx-glr-download-python :download:`Download Python source code: external_calculators_asap.py ` .. container:: sphx-glr-download sphx-glr-download-zip :download:`Download zipped: external_calculators_asap.zip ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_