#include <boost/algorithm/string.hpp>
#include <Eigen/SparseCore>
#include <boost/rational.hpp>
#include "solvers/DmrgSolver.h"
#include "HDF5Interface.h"
#include "ParamHandler.h"
#include "DmrgLinearAlgebra.h"
Go to the source code of this file.
|
double | cgc (int j1x2, int j2x2, int Jx2, int m1x2, int m2x2, int Mx2) |
|
void | load_nuclearData (string el, string set, string rootfolder, NuclearInfo &info, double &V0, MatrixXd &Vij, vector< MatrixXd > &Vijnocgc, VectorXi °, VectorXd &eps0, bool &REF) |
|
◆ cgc()
double cgc |
( |
int |
j1x2, |
|
|
int |
j2x2, |
|
|
int |
Jx2, |
|
|
int |
m1x2, |
|
|
int |
m2x2, |
|
|
int |
Mx2 |
|
) |
| |
◆ load_nuclearData()
void load_nuclearData |
( |
string |
el, |
|
|
string |
set, |
|
|
string |
rootfolder, |
|
|
NuclearInfo & |
info, |
|
|
double & |
V0, |
|
|
MatrixXd & |
Vij, |
|
|
vector< MatrixXd > & |
Vijnocgc, |
|
|
VectorXi & |
deg, |
|
|
VectorXd & |
eps0, |
|
|
bool & |
REF |
|
) |
| |