| 2125 | }; |
| 2126 | |
| 2127 | struct DensityGradient { |
| 2128 | std::vector<Vec3d> grad; |
| 2129 | std::vector<Vec3d> gcart_by_idx; |
| 2130 | }; |
| 2131 | |
| 2132 | DensityGradient compute_density_gradient( |
| 2133 | const PlaneWaveBasis& pw, |
nothing calls this directly
no outgoing calls
no test coverage detected