Open ajkerr0 opened 8 years ago
...only in Molecule._configure and anything requiring the energy/forces being known.
Consider making ff a kwarg that defaults to None, and raise errors if a ff is not specified in the above scenarios.
This is really a question of design. Do we want to enforce forcefields to be specified at instantiation or instead raise an error when operations that need them are performed but they weren't?
...only in Molecule._configure and anything requiring the energy/forces being known.
Consider making ff a kwarg that defaults to None, and raise errors if a ff is not specified in the above scenarios.