ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
Namespaces | Functions
input_conv.h File Reference
#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>
Include dependency graph for input_conv.h:
This graph shows which files directly or indirectly include this file:

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.