You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now there are functions for finding/making different node types in different places, such as acquire_padding_encoding, batch geometry optimizers, ase setup, lammps setup. Some parts of these functionalities are really independent of those contexts and it would serve us to collect these things into place. For example, finding an energy node to use.
Relatedly we could benefit to write a parent expansion method that simply searches the current nodes for a spec, and adds that as another parent.
The text was updated successfully, but these errors were encountered:
Right now there are functions for finding/making different node types in different places, such as acquire_padding_encoding, batch geometry optimizers, ase setup, lammps setup. Some parts of these functionalities are really independent of those contexts and it would serve us to collect these things into place. For example, finding an energy node to use.
Relatedly we could benefit to write a parent expansion method that simply searches the current nodes for a spec, and adds that as another parent.
The text was updated successfully, but these errors were encountered: