mgmol icon indicating copy to clipboard operation
mgmol copied to clipboard

Ion density sampled evaluation

Open dreamer2368 opened this issue 5 months ago • 0 comments

This PR implements ion density evaluation on sampled grid points, for hyper-reduction of right-hand side of Hartree potential equation.

  • Potentials::evalIonDensityOnSamplePts, Potentials::initializeRadialDataOnSampledPts evaluate ion density on specified sampled grid indices.
  • While Potentials rescales by rescaleRhoComp and then adds background charge by addBackgroundToRhoComp, ROM rescaling can be done only after hyper-reduction, thus these operations are skipped in this test.

dreamer2368 avatar Sep 13 '24 23:09 dreamer2368