Package prompt :: Module select
[hide private]
[frames] | no frames]

Module select

source code

Module containing the 'select' user function class.

Classes [hide private]
  Select
Class for selecting spins.
Variables [hide private]
  boolean_doc = ['Boolean operators', '\nThe boolean operator ca...
  __package__ = 'prompt'

Imports: User_fn_class, _build_doc, arg_check, selection


Variables Details [hide private]

boolean_doc

Value:
['Boolean operators',
 '''
The boolean operator can be used to change how spin systems are select\
ed.  The allowed values are: \'OR\', \'NOR\', \'AND\', \'NAND\', \'XOR\
\', \'XNOR\'.  The following table details how the selections will occ\
ur for the different boolean operators.
__________________________________________________________
|                    |   |   |   |   |   |   |   |   |   |
...