Loading...
Searching...
No Matches
LowestEigenmode.cpp
Go to the documentation of this file.
1/*
2** This file is part of eOn.
3**
4** SPDX-License-Identifier: BSD-3-Clause
5**
6** Copyright (c) 2010--present, eOn Development Team
7** All rights reserved.
8**
9** Repo:
10** https://github.com/TheochemUI/eOn
11*/
12#include "eon/LowestEigenmode.h"
13
14const char LowestEigenmode::MINMODE_DIMER[] = "dimer";
15const char LowestEigenmode::MINMODE_GPRDIMER[] = "gprdimer";
16const char LowestEigenmode::MINMODE_LANCZOS[] = "lanczos";
17const char LowestEigenmode::MINMODE_DAVIDSON[] = "davidson";
static const char MINMODE_DIMER[]
static const char MINMODE_GPRDIMER[]
static const char MINMODE_DAVIDSON[]
static const char MINMODE_LANCZOS[]