Changes between Version 6 and Version 7 of LatticeComputations
- Timestamp:
- Jul 6, 2010 2:16:21 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LatticeComputations
v6 v7 16 16 import GSASIIlattice as latt 17 17 A,B = latt.cell2AB( (4.1,4.1,5.2,90,90,90) ) 18 Xfrac = np.array( [0 ,0,0] )18 Xfrac = np.array( [0.1,0.1,0.1] ) 19 19 Xortho = np.sum(A*Xfrac,axis=1) 20 20 }}}