app_rpa.h Source File

LibRPA: app_rpa.h Source File
LibRPA
app_rpa.h
1 #pragma once
2 #include <complex>
3 #include <vector>
4 
5 namespace LIBRPA
6 {
7 
8 namespace app
9 {
10 
11 void get_rpa_correlation_energy_(
12  std::complex<double> &rpa_corr,
13  std::vector<std::complex<double>> &rpa_corr_k_contrib
14  );
15 
16 
17 } /* end of namespace app */
18 
19 } /* end of namespace LIBRPA */
Definition: analycont.cpp:14