|
ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
#include "source_base/global_function.h"#include "source_base/global_variable.h"#include <fstream>#include <iomanip>#include <iostream>#include <regex.h>#include <cstdio>#include <cstring>#include <string>#include <vector>#include <algorithm>Go to the source code of this file.
Namespaces | |
| namespace | Input_Conv |
Functions | |
| void | Input_Conv::tmp_convert () |
| template bridge codes for converting string to other types | |
| void | Input_Conv::Convert () |
| Pass the data members from the INPUT instance(defined in source_io/input.cpp) to GlobalV and GlobalC. | |
| template<typename T > | |
| void | Input_Conv::parse_expression (const std::string &fn, std::vector< T > &vec) |
| To parse input parameters as expressions into vectors. | |