Module license
Contains a class License that allows easy licensing of Python scripts
It is a violation of your software license agreement to modify the
code in this module in any way.
Copyright Schrodinger, LLC. All rights reserved.
|
License
Class to allow easy licensing of Python scripts
|
|
is_license_available(license_type) |
|
|
|
is_opls2_available()
Returns TRUE if opls2 is available |
|
|
|
_lazy_import_libs()
Do a lazy import of schrodinger.infra.mm to avoid dependency on a
large library for only one function. |
|
|
|
BIOLUMINATE_MAIN = 91
|
|
BIOLUMINATE_SHARED = 92
|
|
BIOLUMINATE_PROTEIN_DOCKING = 93
|
|
BIOLUMINATE_PEPTIDE_DESC = 106
|
|
MATERIALSCIENCE_MAIN = 94
|
|
EPIK_MAIN = 62
|
|
MATERIALSCIENCE_GA = 104
|
|
FEP_GPGPU = 103
|
|
LICENSE_NAMES = {}
|