Revision 876b2fddc02498d5b1eaffee93c1dc33cd3738b1 authored by Jonas Greiner on 27 February 2022, 13:30:08 UTC, committed by Jonas Greiner on 27 February 2022, 13:30:08 UTC
Various small bug fixes

See merge request januseriksen/pymbe!23
2 parent s 2973bd8 + 15e6026
Raw File
settings.py.example
#
# This file is an example to set the environment.
# The configs will be used in interface.py
#

# Install the CFOUR interface MBECC
# https://gitlab.com/jgreiner/mbecc
MBECCLIB = "/path/to/mbecc/build/libmbecc.so"
back to top