get_program

qcengine.programs.get_program(name, check=True)[source]

Returns a program’s executor class

Parameters:
  • check (bool) – 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 returned Harness.

  • name (str) –

Return type:

ProgramHarness