---
layout: default
title: custodian.cli.run_vasp.md
nav_exclude: true
---

# custodian.cli.run_vasp module

This is a master vasp running script to perform various combinations of VASP
runs.

## custodian.cli.run_vasp.do_run(args)

Do the run.

## custodian.cli.run_vasp.get_jobs(args)

Returns a generator of jobs. Allows of “infinite” jobs.

## custodian.cli.run_vasp.load_class(mod, name)

Load the class from mod and name specification.

## custodian.cli.run_vasp.main()

Main method