Skip to main content

Atomic Simulation Environment

Project description

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

Webpage: http://wiki.fysik.dtu.dk/ase

Requirements

  • Python 2.7, 3.4-3.6

  • NumPy (base N-dimensional array package)

Optional:

  • SciPy (library for scientific computing)

  • For ASE’s GUI: Matplotlib (2D Plotting)

Installation

Add ~/ase to your $PYTHONPATH environment variable and add ~/ase/bin to $PATH (assuming ~/ase is where your ASE folder is).

Testing

Please run the tests:

$ ase test  # takes 1 min.

and send us the output if there are failing tests.

Contact

Please send us bug-reports, patches, code, ideas and questions.

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
$ 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.16.0.tar.gz (1.5 MB view details)

Uploaded Source

Built Distributions

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

ase-3.16.0-py3-none-any.whl (1.7 MB view details)

Uploaded Python 3

ase-3.16.0-py2-none-any.whl (1.7 MB view details)

Uploaded Python 2

File details

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

File metadata

  • Download URL: ase-3.16.0.tar.gz
  • Upload date:
  • Size: 1.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for ase-3.16.0.tar.gz
Algorithm Hash digest
SHA256 a999b7d95c0160092218b4d30380b14fa7993a5149183b80b0dda75f3470eea6
MD5 bf3a4fcd3dfc9ab2b9eb0e3f4e5443f5
BLAKE2b-256 02bde124019095f82cc56f982ad9706a459f39c443822bd6b4b05276ab56b8d1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ase-3.16.0-py3-none-any.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for ase-3.16.0-py3-none-any.whl
Algorithm Hash digest
SHA256 87d6aaccddf9a25a6ec379010ba0fce749381ada720b6d11003862592f2b4f0d
MD5 318f4c87e3efc94b62fc5b1a6a28857a
BLAKE2b-256 73fb28af71e2ecd2e7b615fcd6118bd14ac678b4d5c209908928c8b3e2b7ae18

See more details on using hashes here.

File details

Details for the file ase-3.16.0-py2-none-any.whl.

File metadata

  • Download URL: ase-3.16.0-py2-none-any.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: Python 2
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for ase-3.16.0-py2-none-any.whl
Algorithm Hash digest
SHA256 0c7c389a62828053adcf4a3800f28d6c8e620ff9b9d5dff73b4467dfe0299966
MD5 fcf952a0ca2889d36efe887d94b99dee
BLAKE2b-256 e774d07fb18bcd0b3085f5ab105d82941bf919e1e04c4a464a916fd89a664f83

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