Skip to main content

Gitter chat

Sella

image

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.

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.

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.6.0.tar.gz (182.7 kB view details)

Uploaded Source

Built Distribution

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

sella-2.6.0-py3-none-any.whl (127.1 kB view details)

Uploaded Python 3

File details

Details for the file sella-2.6.0.tar.gz.

File metadata

  • Download URL: sella-2.6.0.tar.gz
  • Upload date:
  • Size: 182.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.11.16

File hashes

Hashes for sella-2.6.0.tar.gz
Algorithm Hash digest
SHA256 7effc2a10f6d43c0bbdff11acb1fe36e16424cd9f01746660e87985662713384
MD5 cbfccadba3c16be42d5f21ac368dd133
BLAKE2b-256 d5e84ee9960010ca9156ed794efe249ba071d161411c59e61aa7378ebe11d292

See more details on using hashes here.

File details

Details for the file sella-2.6.0-py3-none-any.whl.

File metadata

  • Download URL: sella-2.6.0-py3-none-any.whl
  • Upload date:
  • Size: 127.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.11.16

File hashes

Hashes for sella-2.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 cce6594830cd6afb5d0f4c934a6dd8111ad422882477fdc9cfd04ce65ee544f9
MD5 32065ab6f715eeea9cfaf899e61d6ce7
BLAKE2b-256 2086f06e254ea018baf0bf584369c0f25b5e3693f0b57242ed44bb3cbc39bada

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

2.6.0 This release

2 files

2.5.0

16 files

2.4.2

16 files

2.3.5

21 files

2.3.4

21 files

2.3.3

21 files

2.3.2

11 files

2.3.1

11 files

2.3.0

11 files

2.2.1

10 files

2.2.0

10 files

2.1.0

10 files

2.0.2

1 file

2.0.1

1 file

2.0.0

1 file

1.0.3

1 file

1.0.2

1 file

1.0.1

1 file

1.0.0

1 file

0.1.1

1 file

0.1.0

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page