Molden Interface

ElemCo.MoldenInterfaceModule

Molden interface

This module provides an interface to Molden to read and write orbitals and other data.

source

Exported functions and types

Internal functions and types

ElemCo.MoldenInterface.ao_permutationFunction
ao_permutation(EC::ECInfo, back=false)

Return the permutation of the atomic orbitals from the Molden to the libcint order such that μ(molden)[ao_permutation(EC)] = μ(libcint).

If back is true, the permutation is for the libcint to Molden order.

source