Skip to content

Reply To: MRTdynamics and MRTdynamics2

#4859
Marc
Participant

Dear Sthavishtha,

the differnence is that MRTdynamics use descriptors::s<T,DESCRIPTOR> and MRTdynamics2 use descriptors::s_2<T,DESCRIPTOR>. This means the collision matrix in Mrtdynamics2 is changed. You can find the collision matrix s and s_2 in src/dynamics/mrtLatticeDescriptors.h.

Best Marc