Skip to main content

No project description provided

Project description

Gitter chat

Sella

Sella is a utility for finding first order saddle points

An example script

#!/usr/bin/env python3

from ase.build import fcc111, add_adsorbate
from ase.calculators.emt import EMT

from sella import Sella, Constraints

# Set up your system as an ASE atoms object
slab = fcc111('Cu', (5, 5, 6), vacuum=7.5)
add_adsorbate(slab, 'Cu', 2.0, 'bridge')

# Optionally, create and populate a Constraints object.
cons = Constraints(slab)
for atom in slab:
    if atom.position[2] < slab.cell[2, 2] / 2.:
        cons.fix_translation(atom.index)

# Set up your calculator
slab.calc = EMT()

# Set up a Sella Dynamics object
dyn = Sella(
    slab,
    constraints=cons,
    trajectory='test_emt.traj',
)

dyn.run(1e-3, 1000)

If you are using Sella or you wish to use Sella, let me know!

Documentation

For more information on how to use Sella, please check the wiki.

Support

If you need help using Sella, please visit our gitter support channel, or open a GitHub issue.

How to cite

If you use our code in publications, please cite the revelant work(s). (1) is recommended when Sella is used for solids or in heterogeneous catalysis, (3) is recommended for molecular systems.

  1. Hermes, E., Sargsyan, K., Najm, H. N., Zádor, J.: Accelerated saddle point refinement through full exploitation of partial Hessian diagonalization. Journal of Chemical Theory and Computation, 2019 15 6536-6549. https://pubs.acs.org/doi/full/10.1021/acs.jctc.9b00869
  2. Hermes, E. D., Sagsyan, K., Najm, H. N., Zádor, J.: A geodesic approach to internal coordinate optimization. The Journal of Chemical Physics, 2021 155 094105. https://aip.scitation.org/doi/10.1063/5.0060146
  3. Hermes, E. D., Sagsyan, K., Najm, H. N., Zádor, J.: Sella, an open-source automation-friendly molecular saddle point optimizer. Journal of Chemical Theory and Computation, 2022 18 6974–6988. https://pubs.acs.org/doi/10.1021/acs.jctc.2c00395

Acknowledgments

This work was supported by the U.S. Department of Energy, Office of Science, Basic Energy Sciences, Chemical Sciences, Geosciences and Biosciences Division, as part of the Computational Chemistry Sciences Program.

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

Sella-2.3.3.tar.gz (517.5 kB view hashes)

Uploaded Source

Built Distributions

Sella-2.3.3-cp312-cp312-win_amd64.whl (277.1 kB view hashes)

Uploaded CPython 3.12 Windows x86-64

Sella-2.3.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view hashes)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

Sella-2.3.3-cp312-cp312-macosx_11_0_arm64.whl (291.2 kB view hashes)

Uploaded CPython 3.12 macOS 11.0+ ARM64

Sella-2.3.3-cp312-cp312-macosx_10_9_x86_64.whl (310.0 kB view hashes)

Uploaded CPython 3.12 macOS 10.9+ x86-64

Sella-2.3.3-cp311-cp311-win_amd64.whl (275.9 kB view hashes)

Uploaded CPython 3.11 Windows x86-64

Sella-2.3.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view hashes)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

Sella-2.3.3-cp311-cp311-macosx_11_0_arm64.whl (288.7 kB view hashes)

Uploaded CPython 3.11 macOS 11.0+ ARM64

Sella-2.3.3-cp311-cp311-macosx_10_9_x86_64.whl (306.9 kB view hashes)

Uploaded CPython 3.11 macOS 10.9+ x86-64

Sella-2.3.3-cp310-cp310-win_amd64.whl (275.7 kB view hashes)

Uploaded CPython 3.10 Windows x86-64

Sella-2.3.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

Sella-2.3.3-cp310-cp310-macosx_11_0_arm64.whl (288.9 kB view hashes)

Uploaded CPython 3.10 macOS 11.0+ ARM64

Sella-2.3.3-cp310-cp310-macosx_10_9_x86_64.whl (307.0 kB view hashes)

Uploaded CPython 3.10 macOS 10.9+ x86-64

Sella-2.3.3-cp39-cp39-win_amd64.whl (277.1 kB view hashes)

Uploaded CPython 3.9 Windows x86-64

Sella-2.3.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

Sella-2.3.3-cp39-cp39-macosx_11_0_arm64.whl (290.5 kB view hashes)

Uploaded CPython 3.9 macOS 11.0+ ARM64

Sella-2.3.3-cp39-cp39-macosx_10_9_x86_64.whl (308.6 kB view hashes)

Uploaded CPython 3.9 macOS 10.9+ x86-64

Sella-2.3.3-cp38-cp38-win_amd64.whl (279.9 kB view hashes)

Uploaded CPython 3.8 Windows x86-64

Sella-2.3.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

Sella-2.3.3-cp38-cp38-macosx_11_0_arm64.whl (291.7 kB view hashes)

Uploaded CPython 3.8 macOS 11.0+ ARM64

Sella-2.3.3-cp38-cp38-macosx_10_9_x86_64.whl (309.4 kB view hashes)

Uploaded CPython 3.8 macOS 10.9+ x86-64

Supported by

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