MCPcopy Create free account
hub / github.com/SZAILAB/MaterialDFT-Demo / FormFactorCache

Class FormFactorCache

cpp_core/src/paw_projector.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22};
23
24struct FormFactorCache {
25 std::vector<double> q_grid;
26 std::vector<std::vector<double>> p_q; // [projector][iq]
27};
28
29double trapezoid_integral(const std::vector<double>& x, const std::vector<double>& y) {
30 if (x.size() != y.size()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected