Source code for HTMACat.model.Construct_adsorption_yaml

#!/data/jqyang/miniconda3/bin/python
from HTMACat.IO import read, write


[docs]def Construct_adsorption_yaml(filename): adsorptions = read(filename) for ads in adsorptions: write(ads)