friendzone

Submodules

Functions

load_modules(mm)

Loads the collection of all modules provided by Friendzone. This function

Package Contents

friendzone.load_modules(mm)

Loads the collection of all modules provided by Friendzone. This function calls the various friend specific module loading functions, including:

  • load_ase_modules

  • load_qcengine_modules

  • load_qcelemental_modules

Note some and/or all of these may be no-ops depending on what friends were enabled.

Parameters:

mm (pluginplay.ModuleManager) – The ModuleManager that the all Modules will be loaded into.