castep outputs demo#
In this Jupyter Notebook we’ll look at how to use the castep_outputs
module to process CASTEP output files.
This module can be used either as
import castep_outputs
import logging
# my_dict = castep_outputs.parse_single('./ethanol.castep', loglevel=logging.INFO)