Candidate_v1.7.0
        stable
      
      
        
          | 
            Last change
 on this file since ad0929 was             db1048, checked in by Frederik Heber <frederik.heber@…>, 8 years ago           | 
        
        
          | 
             
Moved toPythonString() from Action::outputAsPython() to Parameter::getAsStringUnvalidated(). 
 
- This will allow to have a special "getAsStringUnvalidated" for outputAsPython
for type Vector in Parameter/Value, while all other types retain the same
outout.
 - TESTFIX: Regression tests Options/Session used different Vector spellings in
pre and post complextest.py. Set to XFAIL for the moment all those using
Python.
  
           | 
        
        
          
            
              - 
Property                 mode
 set to                 
100644
               
             
           | 
        
        
          | 
            File size:
            644 bytes
           | 
        
      
      
| Line |   | 
|---|
| 1 | import pyMoleCuilder
 | 
|---|
| 2 | # ========================== Stored Session BEGIN ==========================
 | 
|---|
| 3 | pyMoleCuilder.CommandVerbose("2")
 | 
|---|
| 4 | pyMoleCuilder.ParserSetOutputFormats("mpqc tremolo")
 | 
|---|
| 5 | pyMoleCuilder.CommandSetRandomNumbersDistribution("uniform_int", "p=1;")
 | 
|---|
| 6 | pyMoleCuilder.WorldChangeBox("20,0,0,20,0,20")
 | 
|---|
| 7 | pyMoleCuilder.AtomAdd("1", "1,1,1")
 | 
|---|
| 8 | pyMoleCuilder.SelectionAtomById("0 0")
 | 
|---|
| 9 | pyMoleCuilder.GraphSubgraphDissection()
 | 
|---|
| 10 | pyMoleCuilder.SelectionMoleculeOfAtom()
 | 
|---|
| 11 | pyMoleCuilder.FillRegularGrid("3 3 3", ".5,.5,.5", "1", "0", "0", "0", "0")
 | 
|---|
| 12 | pyMoleCuilder.CommandVersion()
 | 
|---|
| 13 | # =========================== Stored Session END ===========================
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.