Skip to main content

Atomic Simulation Environment for Koopmans

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

ASE for Koopmans is a modified version of ASE that contains modifications specific to Koopmans functionals. Ultimately we hope that these changes will be merged with the official version of ASE.

ASE-Koopmans was forked from ASE v3.20.0b1.

Webpage: https://koopmans-functionals.org/

Requirements

  • Python 3.6 or later

  • NumPy (base N-dimensional array package)

  • SciPy (library for scientific computing)

Optional:

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

  • tkinter (for ase.gui)

  • Flask (for ase.db web-interface)

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

For ASE

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

For Koopmans

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_koopmans-0.1.12.tar.gz (1.9 MB view details)

Uploaded Source

Built Distribution

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

ase_koopmans-0.1.12-py3-none-any.whl (2.3 MB view details)

Uploaded Python 3

File details

Details for the file ase_koopmans-0.1.12.tar.gz.

File metadata

  • Download URL: ase_koopmans-0.1.12.tar.gz
  • Upload date:
  • Size: 1.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ase_koopmans-0.1.12.tar.gz
Algorithm Hash digest
SHA256 294286523bf211b1436ecc44fdf7fd933d750824dfac8eefc8735aaeecb05d9f
MD5 d7effe26666f38ce2e11a5cbc8765d4d
BLAKE2b-256 f62800bdf4bd0a80f3d04dd2bc393cae029fd866831d0f2880bc04121db856db

See more details on using hashes here.

Provenance

The following attestation bundles were made for ase_koopmans-0.1.12.tar.gz:

Publisher: release.yml on elinscott/ase_koopmans

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ase_koopmans-0.1.12-py3-none-any.whl.

File metadata

  • Download URL: ase_koopmans-0.1.12-py3-none-any.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ase_koopmans-0.1.12-py3-none-any.whl
Algorithm Hash digest
SHA256 e590217594985275794fd8ff73f4f94684cbea29b2631c60447f7bb63f56700a
MD5 d13a194fd2a0834af1c96826bc398f7d
BLAKE2b-256 0401d56128b785139c0cb875a27d90817c2e873d3053fe28a9623147f30c2b41

See more details on using hashes here.

Provenance

The following attestation bundles were made for ase_koopmans-0.1.12-py3-none-any.whl:

Publisher: release.yml on elinscott/ase_koopmans

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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