get_program¶
-
qcengine.programs.
get_program
(name: str, check: bool = True) → ProgramHarness[source]¶ Returns a program’s executor class
- Parameters
check –
True
Do raise error if program not found.False
is handy for the specialized case of calling non-execution methods (like parsing for testing) on the returnedHarness
.