Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SZAILAB/MaterialDFT-Demo
/ InterpolatedProjector
Class
InterpolatedProjector
cpp_core/src/nonlocal.cpp:169–172 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
167
}
168
169
struct InterpolatedProjector {
170
double value = 0.0;
171
double d_by_dq = 0.0;
172
};
173
174
struct CubicPolynomialSample {
175
double value = 0.0;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected