#include <fchkwriter.h>
|
enum | FchkType {
SP
, FOPT
, POPT
, FTS
,
PTS
, FSADDLE
, PSADDLE
, FORCE
,
FREQ
, SCAN
, GUESS_ONLY
, LST
,
STABILITY
, REARCHIVE_MS_RESTART
, MIXED
} |
|
◆ FchkType
Enumerator |
---|
SP | |
FOPT | |
POPT | |
FTS | |
PTS | |
FSADDLE | |
PSADDLE | |
FORCE | |
FREQ | |
SCAN | |
GUESS_ONLY | |
LST | |
STABILITY | |
REARCHIVE_MS_RESTART | |
MIXED | |
◆ FchkWriter() [1/2]
occ::io::FchkWriter::FchkWriter |
( |
const std::string & |
filename | ) |
|
◆ FchkWriter() [2/2]
occ::io::FchkWriter::FchkWriter |
( |
std::ostream & |
| ) |
|
◆ set_basis()
◆ set_basis_name()
void occ::io::FchkWriter::set_basis_name |
( |
const std::string & |
basis | ) |
|
|
inline |
◆ set_fchk_type()
void occ::io::FchkWriter::set_fchk_type |
( |
FchkType |
t | ) |
|
|
inline |
◆ set_method()
void occ::io::FchkWriter::set_method |
( |
const std::string & |
method | ) |
|
|
inline |
◆ set_scalar()
template<typename T >
void occ::io::FchkWriter::set_scalar |
( |
const std::string & |
key, |
|
|
const T & |
value |
|
) |
| |
|
inline |
◆ set_title()
void occ::io::FchkWriter::set_title |
( |
const std::string & |
title | ) |
|
|
inline |
◆ set_vector() [1/2]
template<typename T >
void occ::io::FchkWriter::set_vector |
( |
const std::string & |
key, |
|
|
const Eigen::DenseBase< T > & |
mat |
|
) |
| |
|
inline |
◆ set_vector() [2/2]
template<typename InputType , typename CastType = InputType>
void occ::io::FchkWriter::set_vector |
( |
const std::string & |
key, |
|
|
const std::vector< InputType > & |
vec |
|
) |
| |
|
inline |
◆ write()
void occ::io::FchkWriter::write |
( |
| ) |
|
The documentation for this class was generated from the following file: