FRI-Computational-Materials / haptic-device

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

Rewrite calculator.py to not include numpy #54

Closed grahamstockton closed 3 years ago

grahamstockton commented 3 years ago

In order to minimize the number of external packages needed, it is probably best to modify calculator.py so that numpy is not used. To do this, you would want to take positions, a flattened list of position values, and modify it into a format that is compatible with the ase.Atoms() position attribute.