friendzone.nwx2molssi ===================== .. py:module:: friendzone.nwx2molssi Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/friendzone/nwx2molssi/call_qcengine/index /autoapi/friendzone/nwx2molssi/chemical_system_conversions/index /autoapi/friendzone/nwx2molssi/nwchem_via_molssi/index /autoapi/friendzone/nwx2molssi/system_via_molssi/index Functions --------- .. autoapisummary:: friendzone.nwx2molssi.load_molssi_modules Package Contents ---------------- .. py:function:: load_molssi_modules(mm) Loads the collection of all MolSSI modules. This function calls the various submodule specific loading functions, including: * ``load_system_via_molssi_modules`` * ``load_nwchem_via_molssi_modules`` .. note:: Some and/or all of these may be no-ops depending on what friends were enabled. This entire function is a no-op if the following dependencies are not installed: * ``qcelemental`` * ``qcengine`` * ``networkx`` :param mm: The ModuleManager that the all Modules will be loaded into. :type mm: pluginplay.ModuleManager