rikigigi / analisi

Code to analyze molecular dynamics trajectory
GNU General Public License v3.0
16 stars 4 forks source link

adds variable "every" works only for g(r,t) for now. #17

Closed DavideTisi closed 2 years ago

DavideTisi commented 2 years ago

it allows choosing the t by which the g(r,t) is computed. The code computes only the g(r,every*step) with step =0 ... S_max with S_max the number given by flag -S . It allocates all the matrices for the full calculations up to Smax, it only performs the computation skipping the steps.

non ci ho aggiunto un test nel caso lo aggiungo