eOn
  • C++ API
    • rgpycrumbs Python helpers for eOn workflows
    • chemparseplot Parsing and plotting for computational chemistry
/

Contents

  • eOn team
  • Installation
  • Obtaining sources
  • Licenses
  • Tutorials
    • Real systems for documentation
      • Morse Pt NEB (built-in potential)
      • LJ cluster minimization (built-in potential)
      • Morse Pt saddle search (built-in potential)
    • AKMC Tutorial
    • Running a Parallel Replica Job
    • Targeted displacement for saddle searches
    • Dictionary-Style Configuration
    • Visualizing optimization trajectories
    • CECAM Workshop 2024
      • Virtualbox Troublshooting
  • User guide
    • pyeonclient
    • Neighbor lists (vesin)
    • AiiDA (aiida-eon)
    • External Potential
    • LAMMPS Potential
    • ASE interface
    • Metatomic interface
    • QUIP with LAMMPS
    • MPI potential
    • Choosing an algorithm
    • General simulation parameters
    • Potential
    • Structure comparison
    • Optimizer
    • Minimization
    • Nudged elastic band
    • Dimer method
    • Lanczos
    • ARTn (Activation-Relaxation Technique nouveau)
    • Hessian
    • Prefactor
    • Adaptive kinetic Monte Carlo
    • Saddle search
    • Basin hopping
    • Process search
    • Recycling
    • Coarse graining
    • Dynamics
    • Parallel replica
    • Hyperdynamics
    • Communicator
    • Debug
    • Paths
    • Kinetic database
    • rgpot integration (three roles)
    • RgpotPot (direct in-process rgpot)
    • Metatomic backends (fat, RGPOT, ASE)
    • Serve mode
  • Development documentation
    • Tests
    • Benchmarks
    • Parallel force evaluation
    • Working with the documentation
    • Subversion
    • Migrating from SVN
    • Tracking changes
    • Release workflow
    • pyeonclient (nanobind client bindings)
    • eon-schema (shared parameter package)
    • pyeonclient on PyPI
  • API Reference
    • eon
      • eon.geometry
        • eon.geometry.cell
        • eon.geometry.pbc
        • eon.geometry.neighbors
        • eon.geometry.process
      • eon.mcamc
        • eon.mcamc.mcamc
        • eon.mcamc.test
      • eon.akmcstate
      • eon.params_ssot
      • eon.amsel_superbasin_gate
      • eon.mpiwait
      • eon.process_id
      • eon.prstatelist
      • eon.atoms
      • eon.config
      • eon.fileio
      • eon.state
      • eon.prstate
      • eon.askmc
      • eon.statelist
      • eon.basinhopping
      • eon.explorer
      • eon.communicator_inprocess
      • eon.structure
      • eon.escaperate
      • eon.akmcstatelist
      • eon.recycling
      • eon.pyeonclient_bridge
      • eon.superbasinscheme
      • eon.communicator
      • eon.movie
      • eon.eon_kdb
      • eon.displace
      • eon.akmc
      • eon.parallelreplica
      • eon.locking
      • eon.superbasin
      • eon.server
  • Releases
    • Changelog
    • [v3.2.0] - 2026-08-16
      • eOn 3.2.0
    • [v2.16.0] - 2026-07-03
      • Release notes
    • [v2.15.0] - 2026-06-24
      • Release notes
    • [v2.14.0] - 2026-04-24
      • Release notes
    • [v2.13.0] - 2026-04-18
      • Release notes
    • [v2.12.0] - 2026-03-08
      • Release notes
    • [v2.11.2] - 2026-03-02
      • Release notes
    • [v2.11.1] - 2026-03-01
      • Release notes
    • [v2.11.0] - 2026-02-24
      • Release notes
    • [v2.10.2] - 2026-02-22
      • Release notes
    • [v2.10.1] - 2026-02-18
      • Release notes
    • [v2.10.0] - 2026-02-15
      • Release notes
    • [v2.9.0] - 2026-01-27
      • Release notes
      • Related publications
    • [v2.8.2] - 2025-12-01
      • Release notes
    • [v2.8.1] - 2025-11-03
      • Release notes
      • Related Publications
    • [v2.8.0] - 2025-09-04
      • Release notes
      • Related publications

On this page

  • Module Contents
    • Classes
    • Data
    • API
      • ConfigSection
      • ConfigKey
      • ConfigClass
        • init()
      • config
TheochemUI/eOn 0 0
  1. eOn /
  2. API Reference /
  3. eon /
  4. eon.config

eon.config¶

Module Contents¶

Classes¶

ConfigSection

ConfigKey

ConfigClass

Data¶

config

API¶

class eon.config.ConfigSection(name)[source]¶

Initialization

class eon.config.ConfigKey(name, kind, default)[source]¶

Initialization

class eon.config.ConfigClass[source]¶

Initialization

init(config_file='')[source]¶
eon.config.config¶

‘ConfigClass(…)’

Previous
eon.atoms
Next
eon.fileio

2026, the eOn developers

Made with Sphinx and Shibuya theme.