JuliaMolSim / EmpiricalPotentials.jl

Empirical interatomic potentials with Julia, AtomsBase and AtomsCalculators
MIT License
2 stars 0 forks source link

Type Instability in Pair Potentials #9

Closed cortner closed 1 month ago

cortner commented 4 months ago

I think the pair potentials implementation has a type instability due to the fact that the function to be called is declared as f::Function

cortner commented 1 month ago

fixed in #22