plugin-ARTn

User Guide

  • Installation
  • Input Parameters
  • Output
  • Tutorials & How-to
  • Troubleshooting
  • Examples
    • Quantum ESPRESSO
    • Siesta
    • VASP
    • LAMMPS
    • Python
      • py_metropolis details
      • OptBench saddle search details

Programmer Guide

  • Plugin Philosophy
  • pARTn Extension
  • Navigating the source
  • Contribute to pARTn
plugin-ARTn
  • Examples
  • OptBench Saddle search
  • View page source

OptBench Saddle search

This example is a python script which runs the “saddle search” benchmark test from OptBench: LINK.

To launch the example you need to compile your LAMMPS for python (see here how to do that), and properly set the python module pypARTn.

Launch as:

python3 -i launch_script.py

If you have compiled lammps with OpenMP support, you might want to specify that first:

export OMP_NUM_THREADS=N
python3 -i launch_script.py
Previous Next

© Copyright 2025, MAMMASMIAS Consortium.

Built with Sphinx using a theme provided by Read the Docs.