SimonEnsemble / PorousMaterials.jl

Julia package towards classical molecular modeling of nanoporous materials
GNU General Public License v3.0
50 stars 11 forks source link

add `save_results::Bool=true` default argument to `gcmc_simulation` #29

Closed SimonEnsemble closed 6 years ago

SimonEnsemble commented 6 years ago

use JLD.jl to automatically save to DATA_DIR * "/sim_results". See the root filename function to keep a rigid savename convention. Then you can load them in easily later without trying to recall the filename.

SimonEnsemble commented 6 years ago

done