FRI-Computational-Materials / haptic-device

Code for the FRI haptic device project
5 stars 3 forks source link

Edit atom class to have atomic information #53

Open grahamstockton opened 3 years ago

grahamstockton commented 3 years ago

Once we get file io, it will be time to add support for changing the masses, element name, atomic number, etc. of atoms. All of this information should be stored in either a struct in the atoms object or in a class that inherits from the atoms object.