ForceAnnealing_goodresults
        ForceAnnealing_tocheck
      
      
        
          | 
            Last change
 on this file since 73faf4 was             7630e3, checked in by Frederik Heber <frederik.heber@…>, 8 years ago           | 
        
        
          | 
             
Moved toPythonString() from Action::outputAsPython() to Parameter::getAsStringUnvalidated(). 
 
- This allows 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.
  
           | 
        
        
          
            
              - 
Property                 mode
 set to                 
100644
               
             
           | 
        
        
          | 
            File size:
            644 bytes
           | 
        
      
      
| Rev | Line |   | 
|---|
| [607245] | 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()
 | 
|---|
| [7630e3] | 11 | pyMoleCuilder.FillRegularGrid("3 3 3", ".5,.5,.5", "1", "0", "0", "0", "0")
 | 
|---|
| [607245] | 12 | pyMoleCuilder.CommandVersion()
 | 
|---|
 | 13 | # =========================== Stored Session END ===========================
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.