14 #ifndef SRC_APPS_molresponse_PLOT_VTK_H_
15 #define SRC_APPS_molresponse_PLOT_VTK_H_
23 #include "../chem/molecule.h"
37 std::vector<real_function_3d> densities,
38 const std::string &
name);
45 std::vector<real_function_3d> &rho_omega,
46 std::vector<real_function_3d> &ground_orbitals,
const double rho_0
Definition: gygi_soltion.cc:63
Main include file for MADNESS and defines Function interface.
File holds all helper structures necessary for the CC_Operator and CC2 class.
Definition: DFParameters.h:10
void write_molecules_to_file(const Molecule &molecule, const std::string &geo_file)
Definition: Plot_VTK.cc:25
std::vector< vector_real_function_3d > response_matrix
Definition: response_functions.h:19
void do_vtk_plots(World &world, int npt_plot, double L, int lowest_orbital, int highest_orbital, const Molecule &molecule, std::vector< real_function_3d > densities, const std::string &name)
Definition: Plot_VTK.cc:190
std::vector< real_function_3d > vector_real_function_3d
Definition: functypedefs.h:79
Function< double, 3 > real_function_3d
Definition: functypedefs.h:65
void do_response_orbital_vtk_plots(World &world, int npt_plot, double L, const Molecule &molecule, const vector_real_function_3d &ground_orbs, const response_matrix &responseMatrix)
Definition: Plot_VTK.cc:51
void do_response_density_vtk_plots(World &world, int npt_plot, double L, const Molecule &molecule, const real_function_3d &ground_density, const vector_real_function_3d &response_density)
Definition: Plot_VTK.cc:139
std::string name(const FuncType &type, const int ex=-1)
Definition: ccpairfunction.h:28
static const double L
Definition: rk.cc:46
static Molecule molecule
Definition: testperiodicdft.cc:38