from jobflow.managers.local import run_locally
from quacc.recipes.vasp.qmof import QMOFRelaxJob
# Make a QMOF-compatible job with on-the-fly error handling
job = QMOFRelaxJob().make(mof)
# Run the job locally, with all output data stored in a convenient schema
response = run_locally(job, create_folders=True)