21#ifndef ESPRESSO_CONFIG_HPP
22#define ESPRESSO_CONFIG_HPP
25#ifndef OMPI_SKIP_MPICXX
26#define OMPI_SKIP_MPICXX
28#ifndef MPICH_SKIP_MPICXX
29#define MPICH_SKIP_MPICXX
32#include "config/config-features.hpp"
36#if defined(_GLIBCXX_RELEASE)
37static_assert(_GLIBCXX_RELEASE >= 12,
"unsupported libstdc++ version");
39#if defined(_LIBCPP_VERSION)
40static_assert(_LIBCPP_VERSION / 10000 >= 16,
"unsupported libc++ version");
constexpr double bonded_inactive_cutoff
Special cutoff value for an inactive bond.
constexpr auto round_error_prec
Precision below which a double-precision float is assumed to be zero.
constexpr double inactive_cutoff
Special cutoff value for an inactive interaction.