-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
Hey!
What is the minimal example (without running an optimization algorithm)?
Is it correct that we have to implement:
BaseSystem()has to be implemented, which contains the following required methods:
a.get_potential()
b.get_mindist()
c.get_orthogonalize_to_zero_eigenvectors()
d.get_double_ended_connect()ConnectManager()that connects the minima.
With the implementation of BaseSystem, I am running into a lot of errors related to Energy and Potential functions,
while the documentation says:
"Note that we use the language “energy landscape” because it’s the language most natural for our fields of physics and chemistry, but most of these tools are equally applicable for working with any smooth scalar function in N dimensions."
Tessa
Metadata
Metadata
Assignees
Labels
No labels