ACEsuit / DecoratedParticles.jl

MIT License
2 stars 0 forks source link

Renaming of Particles #6

Closed cortner closed 3 months ago

cortner commented 3 months ago

I've now renamed State -> PState with P for "point" and DState -> VState with V for "vector", i.e. PState behaves like a point while VState behaves like a vector. The kind of operations one can perform on each differs and over time this needs to be made coherent. For now, this is just some renaming.