friendzone.friends
Functions
Checks whether the ASE friend is enabled. |
|
Checks whether the MolSSI friend is enabled. |
|
Checks whether the NWChem friend is enabled. |
Module Contents
- friendzone.friends.is_ase_enabled()
Checks whether the ASE friend is enabled.
- Returns:
True if the ASE friend is enabled, False otherwise.
- Return type:
bool
- friendzone.friends.is_molssi_enabled()
Checks whether the MolSSI friend is enabled.
- Returns:
True if the MolSSI friend is enabled, False otherwise.
- Return type:
bool
- friendzone.friends.is_nwchem_enabled()
Checks whether the NWChem friend is enabled.
- Returns:
True if the NWChem friend is enabled, False otherwise.
- Return type:
bool