Package schrodinger :: Package application :: Package matsci :: Module optoelectronics
[hide private]
[frames] | no frames]

Module optoelectronics

Constants and other commonly used optoelectronics objects

Copyright Schrodinger, LLC. All rights reserved.

Functions [hide private]
bool
is_fluorescence_ff_enabled()
Check to see if the Fluorescence feature flag is enabled
Variables [hide private]
  __doc__ = ...
  SCREENING = 'screening'
  ACCURACY = 'custom1'
  CUSTOM = 'custom2'
  OXIDATION = 'oxidation'
  REDUCTION = 'reduction'
  HOLE_REORG = 'hole'
  ELECTRON_REORG = 'electron'
  TRIPLET = 'triplet'
  WINDOW = 'spectrum'
  TRIPLET_REORG = 'triplet_reorg'
  TADF = 's1_t1_gap'
  FL_EMISSION = 'fluorescence'
  KEYWORD_DEFAULTS = {'custom1': 'dftname=B3LYP basis=LACV3P** i...
  __package__ = 'schrodinger.application.matsci'
Function Details [hide private]

is_fluorescence_ff_enabled()

 

Check to see if the Fluorescence feature flag is enabled

Returns: bool
If the flag is enabled

Variables Details [hide private]

__doc__

Value:
"""
Constants and other commonly used optoelectronics objects

Copyright Schrodinger, LLC. All rights reserved.
"""

KEYWORD_DEFAULTS

Value:
{'custom1': 'dftname=B3LYP basis=LACV3P** iaccg=2 maxit=100 nofail=1',
 'custom2': '',
 'screening': 'dftname=B3LYP basis=MIDIX iaccg=3 maxit=100 nofail=1'}