JuliaMolSim / AtomsCalculatorsUtilities.jl

Utilities for implementing AtomsCalculators
MIT License
2 stars 0 forks source link

Merge Simple and Parameterized PairPots #14

Closed cortner closed 2 weeks ago

cortner commented 2 months ago

I think this can be simply done via

eval_pair(rij, Zi, Zj, ps::Nothing, st::Nothing) = eval_pair(rij, Zi, Zj) 
cortner commented 2 weeks ago

This is now how it is implemented in #18 and #18 will close this issue.