Skip to content

Releases: BlauGroup/NPMC

v2.0.0

09 Jul 20:45
38793f7
Compare
Choose a tag to compare

What's Changed

  • Reduced memory footprint
    • Allocated memory will no longer balloon upwards of 100GB.
    • Simulation initialization time drastically cut down
    • ~5x faster per simulation step
  • Job Checkpointing and Continuation
  • Removed GMC

v1.1

07 Jul 23:11
Compare
Choose a tag to compare

This version of NPMC enumerates all possible reactions before performing the Monte Carlo.

For small systems with a small number of dopants and a small number of available interactions, this code performs well. With intermediate to large systems, the memory requirements are much too large and NPMC v2.0 is preferred.

Note: NPMC v1 is compatible with RNMC and uses the same underlying core code.