Update pair_mliap.rst
added note regarding SO3 pre computations and array size.
This commit is contained in:
@ -159,6 +159,16 @@ of SO3 descriptor and model files can be done with the
|
||||
See the :doc:`pair_coeff <pair_coeff>` doc page for alternate ways
|
||||
to specify the path for these *model* and *descriptor* files.
|
||||
|
||||
.. note::
|
||||
To reduce SO3 descriptor/force calculation time, some variables are pre-computed
|
||||
and reused during the calculation. There are two major arrays where pre-computed factors
|
||||
were saved. The size of arrays is increased with the number of neighbor atoms.
|
||||
One can estimate size of two major arrays,
|
||||
size of m_sbes_array is (lmax+1)*(nmax+lmax+1)*10*8*total_neighs bytes,
|
||||
and size of m_rip_arry is nmax*(lmax+1)*8*total_neighs, where total_neighs is obtained by
|
||||
summing over number of neighbor of individual atoms which is distributed on MPI ranks
|
||||
|
||||
|
||||
Mixing, shift, table, tail correction, restart, rRESPA info
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user