xplor |
index (built-in) |
python interface intialization script
this should not normally be modified by users.
this executes in module "xplor"
Builtin Methods:
from xplorWrap.XplorWrap:
command(string,names) - call XplorWrap.command().
shell() - invoke the XPLOR interpreter
Useful members:
simulation: an instance of xplorSimulation.XplorSimulation which
represents the atomic structure state within XPLOR.
wrap: an instance of xplorWrap.XplorWrap
interp: the top-level pyInterp.PyInterp object
Functions | ||
|
Data | ||
LD_LIBPATH_VAR = 'LD_LIBRARY_PATH' XPLOR_DIR = '/home/schwitrs/xplor' allowStartupFailures = 1 arg1 = '-m' argN = 'publicIVM' argv = ['/home/schwitrs/xplor/bin.Linux_x86_64/xplor', '-m', 'xplorDoc', '-w', 'xplor', 'ivm', 'monteCarlo', 'trace', 'trajFile', 'selectLogic', 'selectTools', 'xplorInit', 'vmdInter', 'checkWrap', 'hybridMC', 'atomAction', 'potCosAngleRatio', 'rdcPotTools', 'simulationTools', 'shapePotTools', ...] cnt = 1 e = '/home/schwitrs/xplor/python/bin.Linux_x86_64/lib/python3.11/site-packages' env = environ({'ARCH': 'Linux_x86_64', 'MWWM': 'allwm'...ib/Linux_x86_64::/usr/local/lib:/usr/local/lib'}) exitMessage = '' interp = <pyInterp.PyInterp; proxy of <Swig Object of type 'PyInterp *' at 0x7f4948d002a0> > k = 'EDITOR' lineBuffering = True newPath = '/home/schwitrs/lib/Linux_x86_64:/home/schwitrs/lib/Linux_x86_64::/usr/local/lib:/usr/local/lib' newargv = ['-w', 'xplor', 'ivm', 'monteCarlo', 'trace', 'trajFile', 'selectLogic', 'selectTools', 'xplorInit', 'vmdInter', 'checkWrap', 'hybridMC', 'atomAction', 'potCosAngleRatio', 'rdcPotTools', 'simulationTools', 'shapePotTools', 'pck2xplor', 'protocol', 'varTensorTools', ...] numProcs = 1 out = 'stderr' p_comm = <socketComm.Comm object> p_host0 = '' p_numProcs = 1 p_port = 9868 p_processID = 0 paths = ['/home/schwitrs/xplor/bin.Linux_x86_64/xlibs', '/home/schwitrs/xplor/bin.Linux_x86_64', '/home/schwitrs/lib/Linux_x86_64', '/home/schwitrs/lib/Linux_x86_64', '', '/usr/local/lib', '/usr/local/lib'] pre = '3.9.2' progName = 'xplorDoc' scriptName = '-w' simPtr = <xplorSimulation.XplorSimulation; proxy of <Swig... of type 'XplorSimulation *' at 0x7f4949c9bdb0> > simulation = <xplorSimulation.XplorSimulation; proxy of <Swig... of type 'XplorSimulation *' at 0x7f4949c9bdb0> > tmp = ['/home/schwitrs/bzr-repo/xplor-python3/bin.Linux_x86_64', '/home/schwitrs/xplor/bin.Linux_x86_64', '/home/schwitrs/xplor/python', '/home/schwitrs/xplor/python/bin.Linux_x86_64', '/home/schwitrs/xplor/python/bin.Linux_x86_64/lib/python3.11', '/home/schwitrs/xplor/python/bin.Linux_x86_64/lib/python3.11/lib-dynload', '/home/schwitrs/xplor/python/bin.Linux_x86_64/lib/python3.11/site-packages', '/home/schwitrs/.xplornih/python', '.'] varName = 'XPLOR_NOLINEBUFFER' version = '3.9.2' version_info = [3, 9, 2] wrap = <xplorWrap.XplorWrap; proxy of <Swig Object of type 'XplorWrap *' at 0x7f4949cbf150> > wrapPtr = <xplorWrap.XplorWrap; proxy of <Swig Object of type 'XplorWrap *' at 0x7f4949cbf150> > |