Skip to content

VGHGH Not implemented in SoaSphericalTensor #5205

Description

@anbenali

Describe the bug
Calling Force estimator from Legacy code leads to an error which was not present in the past. This is an attempt at reproducing the Paper on MDF using the input files in the MDF repo.
I call the Legacy code explicitly

<?xml version="1.0"?>
<simulation>
   <project id="vmc" series="0">
      <parameter name="driver_version"      >    legacy          </parameter>
      <application name="qmcpack" role="molecu" class="serial" version="1.0"/>
   </project>

Forces are Invoked in the hamiltonian using
<estimator type="Force" name="ac" mode="acforce" source="ion0" target="e"/>
I get the following error:

terminate called after throwing an instance of 'std::runtime_error'
  what():  SoaSphericalTensor<T>::evaluateVGHGH(x,y,z):  Not implemented

Aborted (core dumped)

To Reproduce
Steps to reproduce the behavior:

  1. release version or git commit hash being built
    Git branch: develop
    Last git commit: 81ba5c2-dirty
    Last git commit date: Thu Oct 17 18:24:39 2024 -0500
    Last git commit subject: Merge pull request Block the density cell and corner keywords in qdens #5202 from aannabe/qdens_corner

I added all files needed

Expected behavior
Reproduce results in the MDF repo "Dataset for Towards Quantum Monte Carlo Forces on Heavier Ions: Scaling Properties
Tiihonen, Juha; Clay III, Raymond C.; Krogel, Jaron T."

System:

  • system name [e.g. fusiont5, summit]: Endymion (AMD Epyc Rome 64 cores. Anouar's Server)

Additional context
This is the Forces test I promised to run. System is the CO molecule.
vmc.tar.gz

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions