Zheyong Fan
Zheyong Fan
Not urgent, but need to do this at some point.
Although MSD is mathematically equivalent to VAC, adding a `compute_msd` command will be very helpful, as it does not require a small time interval.
Deposit atom to the system one by one. This was asked by Keke Song. I record it here.
Someting like ``` type 3 C H O e0 -200 -100 -300 # isolated-atom energies for the above species from your DFT calculations ``` This will be good for data...
Many users hope to have this feature. How to set up the charges: * Fixed charges? * let the user to specify? * let SNES to optimize? * Dynamic charges?...
Users requested to be able to add force $q_i \mathbf{E}$ to atom $i$.
* In this PR, I propose to make the NEP cutoffs (radial and angular) and the ZBL cutoffs (outer and inner) type (species) dependent. They will be calculated based on...
Try the idea of descriptor products usage: ``` version 5 l_max ``` `lmax_3body` must be 4, which gives 4 angular terms for each radial function. `lmax_quadratic` can be up to...