Skip to main content

Atomic Simulation Environment

Project description

https://gitlab.com/ase/ase/-/raw/master/doc/static/ase256.png

https://badge.fury.io/py/ase.svg https://gitlab.com/ase/ase/badges/master/coverage.svg?job=coverage-combine

ASE is a set of tools and Python modules for setting up, manipulating, running, visualizing and analyzing atomistic simulations.

Webpage: https://ase-lib.org/

Requirements

Optional:

  • Flask (for ase.db web-interface)

  • spglib (for symmetry operations)

Installation

To install the latest release:

pip install ase

To install the development version:

pip install git+https://gitlab.com/ase/ase.git

Testing

Please run the tests:

$ ase test  # takes 1 min.

and send us the output if there are failing tests.

Contact

Feel free to create Merge Requests and Issues on our GitLab page: https://gitlab.com/ase/ase

For regular support, please use the mailing list or chat rather than GitLab.

Example

Geometry optimization of hydrogen molecule with NWChem:

>>> from ase import Atoms
>>> from ase.optimize import BFGS
>>> from ase.calculators.nwchem import NWChem
>>> from ase.io import write
>>> h2 = Atoms('H2',
               positions=[[0, 0, 0],
                          [0, 0, 0.7]])
>>> h2.calc = NWChem(xc='PBE')
>>> opt = BFGS(h2, trajectory='h2.traj')
>>> opt.run(fmax=0.02)
BFGS:   0  19:10:49    -31.435229     2.2691
BFGS:   1  19:10:50    -31.490773     0.3740
BFGS:   2  19:10:50    -31.492791     0.0630
BFGS:   3  19:10:51    -31.492848     0.0023
>>> write('H2.xyz', h2)
>>> h2.get_potential_energy()  # ASE's units are eV and Ang
-31.492847800329216

This example requires NWChem to be installed.

$ ase gui h2.traj

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ase-3.28.0.tar.gz (2.4 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ase-3.28.0-py3-none-any.whl (2.9 MB view details)

Uploaded Python 3

File details

Details for the file ase-3.28.0.tar.gz.

File metadata

  • Download URL: ase-3.28.0.tar.gz
  • Upload date:
  • Size: 2.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for ase-3.28.0.tar.gz
Algorithm Hash digest
SHA256 74fe77ca38bf78070e24cd283f5d25be129bad6503fd26619008548518144732
MD5 20f788b5edb1078f8b4e3ae016bb1d64
BLAKE2b-256 1b767696a44e56b04a8e31e8e6c85cbf5b13250b9b4c75242910d92c5ce3ed0e

See more details on using hashes here.

File details

Details for the file ase-3.28.0-py3-none-any.whl.

File metadata

  • Download URL: ase-3.28.0-py3-none-any.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for ase-3.28.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0e24056302d7307b7247f90de281de15e3031c14cf400bedb1116c3b0d0e50b8
MD5 72586941299a95902506ed80b28ae5b9
BLAKE2b-256 6c254f103d1bedb3593718713b3f743df7b3ff3fc68d36d6666c30265ef59c8a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page