eOn client
Long-timescale dynamics: aKMC, NEB, parallel replica
☾
Toggle main menu visibility
Loading...
Searching...
No Matches
LowestEigenmode.h
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
#pragma once
13
14
#include "
Eigen.h
"
15
#include "
Matter.h
"
16
#include "
Parameters.h
"
17
18
namespace
eonc
{
19
25
class
LowestEigenmode
{
26
protected
:
27
std::shared_ptr<Potential>
pot
;
28
const
Parameters
&
params
;
29
30
public
:
31
long
totalForceCalls
{0};
32
double
statsTorque
{0.0};
33
double
statsCurvature
{0.0};
34
double
statsAngle
{0.0};
35
long
statsRotations
{0};
36
long
totalIterations
{0};
37
static
const
char
MINMODE_DIMER
[];
38
static
const
char
MINMODE_GPRDIMER
[];
39
static
const
char
MINMODE_LANCZOS
[];
40
static
const
char
MINMODE_DAVIDSON
[];
41
42
LowestEigenmode
(std::shared_ptr<Potential> potPassed,
43
const
Parameters
¶meters)
44
:
pot
{potPassed},
45
params
{parameters} {}
46
~LowestEigenmode
() =
default
;
47
};
48
49
}
// namespace eonc
50
51
using
eonc::LowestEigenmode
;
Eigen.h
Matter.h
Parameters.h
eonc::LowestEigenmode
Base for eigenmode solvers.
Definition
LowestEigenmode.h:25
eonc::LowestEigenmode::statsAngle
double statsAngle
Definition
LowestEigenmode.h:34
eonc::LowestEigenmode::params
const Parameters & params
Definition
LowestEigenmode.h:28
eonc::LowestEigenmode::pot
std::shared_ptr< Potential > pot
Definition
LowestEigenmode.h:27
eonc::LowestEigenmode::statsTorque
double statsTorque
Definition
LowestEigenmode.h:32
eonc::LowestEigenmode::totalForceCalls
long totalForceCalls
Definition
LowestEigenmode.h:31
eonc::LowestEigenmode::~LowestEigenmode
~LowestEigenmode()=default
eonc::LowestEigenmode::statsRotations
long statsRotations
Definition
LowestEigenmode.h:35
eonc::LowestEigenmode::totalIterations
long totalIterations
Definition
LowestEigenmode.h:36
eonc::LowestEigenmode::MINMODE_DIMER
static const char MINMODE_DIMER[]
Definition
LowestEigenmode.h:37
eonc::LowestEigenmode::MINMODE_GPRDIMER
static const char MINMODE_GPRDIMER[]
Definition
LowestEigenmode.h:38
eonc::LowestEigenmode::MINMODE_DAVIDSON
static const char MINMODE_DAVIDSON[]
Definition
LowestEigenmode.h:40
eonc::LowestEigenmode::MINMODE_LANCZOS
static const char MINMODE_LANCZOS[]
Definition
LowestEigenmode.h:39
eonc::LowestEigenmode::statsCurvature
double statsCurvature
Definition
LowestEigenmode.h:33
eonc::LowestEigenmode::LowestEigenmode
LowestEigenmode(std::shared_ptr< Potential > potPassed, const Parameters ¶meters)
Definition
LowestEigenmode.h:42
eonc::Parameters
Definition
Parameters.h:28
eonc
RAII resource manager for the ARTn C library with global synchronization.
Definition
ARTnSaddleSearch.cpp:19
include
eon
LowestEigenmode.h
Generated by
1.17.0
Generated by
Doxygen 1.17.0
Analytics by
Antics
provided by
TurtleTech ehf