Skip to content

DW Energy may be wrong? #81

@jiajunhe98

Description

@jiajunhe98

In the file https://github.com/noegroup/bgflow/blob/main/bgflow/distribution/energy/multi_double_well_potential.py
Is there a missing linear term?
The energy may be supposed to be
energies = self._a * dists ** 4 + self._b * dists ** 2 + self._c * dists
Instead of
energies = self._a * dists ** 4 + self._b * dists ** 2 + self._c

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions