NQCDynamics.jl
NQCDynamics.jl copied to clipboard
MDEF enhancements
There are a couple of things that could be done to improve performance of MDEF with tensorial and diagonal friction:
- [ ] Ensure friction tensors are only
3*n_friction_atoms
rather than3*n_atoms
in dimension. Currently there are lots of zeros which slows the eigen decomposition and matrix multiplications. - [ ] Make friction tensors Symmetric type, this will simplify representation of data.
- [ ] Switch LDFA algorithm to expect only a vector of friction, rather than a diagonal matrix.