from ase.io import readfrom quacc.recipes.vasp.core import relax_job# Read in the structure to make an Atoms objectatoms = read("MyStructure.cif")# Run a relaxation, including modification of the cell shape/volumeoutput = relax_job(atoms, relax_cell=True)
gunzip *
in that directory. For additional details on how to use quacc, refer to the dedicated documentation (specifically the Recipes and Settings Management user guides).