madscatt / zazzie

development branch
GNU General Public License v3.0
2 stars 3 forks source link

sascalc design refactoring #20

Open hailiangzhang opened 8 years ago

hailiangzhang commented 8 years ago

From the top level, sascalc is composed of the following components/steps:

  1. sascalc object initialization
  2. sascalc kernel calculation
  3. sascalc epilogue

The most recent sascalc largely follows the above design, but some low level details need to be re-implemented, e.g. read dcd by batch instead of all at once.