Changeset 105
- Timestamp:
- Jul 6, 2010 11:46:25 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIlattice.py
r103 r105 119 119 cell is tuple with a,b,c,alpha, beta, gamma (degrees) 120 120 returns list of two 3x3 numpy arrays 121 A for Cartesian to crystal transformations A*X = x122 B (inverse) for crystal to Cartesian transformation B*x = X121 A for crystal to Cartesian transformations A*x = X 122 B (inverse) for Cartesian to crystal transformation B*X = x 123 123 ''' 124 124 G,g = cell2Gmat(cell)
Note: See TracChangeset
for help on using the changeset viewer.