Grand Canonical Monte Carlo (GCMC) simulations for adsorption isotherms using PorousMaterials.jl
Term Project for Northeastern CHME 7330 Thermodynamics
To run the code:
- Clone the repo and navigate to the root directory.
- Install Julia.
- Run the
julia
command in your terminal. You should now be in the Julia REPL. - Type
]
to enter package mode. - Type
activate .
to activate the package environment specified by theProject.toml
file. - Type
instantiate
to install and precompile the dependencies needed to run the notebook. - Press
backspace
to go back to REPL mode and enterusing IJulia; notebook()
- Follow the instructions and a
jupyter
notebook tab should open in your browser. - Click on
gcmc.ipynb
and have fun!