Changes between Version 6 and Version 7 of LatticeComputations


Ignore:
Timestamp:
Jul 6, 2010 2:16:21 PM (13 years ago)
Author:
toby
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LatticeComputations

    v6 v7  
    1616import GSASIIlattice as latt
    1717A,B = latt.cell2AB( (4.1,4.1,5.2,90,90,90) )
    18 Xfrac = np.array( [0,0,0] )
     18Xfrac = np.array( [0.1,0.1,0.1] )
    1919Xortho = np.sum(A*Xfrac,axis=1) 
    2020}}}