The Atomic Simulation Environment (ASE) is a set of tools and Python modules for setting up, manipulating, running, visualizing, and analyzing atomistic simulations. It acts as a unified interface to a vast ecosystem of electronic struct…
The Atomic Simulation Environment (ASE) is a set of tools and Python modules for setting up, manipulating, running, visualizing, and analyzing atomistic simulations. It acts as a unified interface to a vast ecosystem of electronic structure codes (calculators), allowing users to write calculator-independent scripts for tasks like geometry optimization, molecular dynamics, and NEB calculations.
The Atomic Simulation Environment (ASE) is a set of tools and Python modules for setting up, manipulating, running, visualizing, and analyzing atomistic simulations. It acts as a unified interface to a vast ecosystem of electronic structure codes (calculators), allowing users to write calculator-independent scripts for tasks like geometry optimization, molecular dynamics, and NEB calculations.
Scientific domain: Atomistic simulation framework, workflow automation, python interface
Target user community: Computational materials scientists, physicists, chemists
Sources: ASE website, J. Phys.: Condens. Matter 29, 273002 (2017)
atoms = molecule('H2O') or atoms = bulk('Cu')atoms.calc = EMT()e = atoms.get_potential_energy()dyn = BFGS(atoms); dyn.run(fmax=0.05)ase-users)Primary sources:
Confidence: VERIFIED
Verification status: ✅ VERIFIED