pyeuclid moved from google code to github
This commit is contained in:
parent
08d9f0a4f3
commit
1346efbef0
|
@ -756,7 +756,7 @@ class Symmetry:
|
||||||
[ 0. , 2. , 0. ] ]),
|
[ 0. , 2. , 0. ] ]),
|
||||||
'proper':np.array([ [ 0. , 0. , 1. ],
|
'proper':np.array([ [ 0. , 0. , 1. ],
|
||||||
[-1. , np.sqrt(3.) , 0. ],
|
[-1. , np.sqrt(3.) , 0. ],
|
||||||
[ np.sqrt(3) , -1. , 0. ] ]),
|
[ np.sqrt(3.) , -1. , 0. ] ]),
|
||||||
}
|
}
|
||||||
elif self.lattice == 'tetragonal':
|
elif self.lattice == 'tetragonal':
|
||||||
basis = {'improper':np.array([ [ 0. , 0. , 1. ],
|
basis = {'improper':np.array([ [ 0. , 0. , 1. ],
|
||||||
|
@ -806,7 +806,7 @@ class Symmetry:
|
||||||
else:
|
else:
|
||||||
return inSST
|
return inSST
|
||||||
|
|
||||||
# code derived from http://pyeuclid.googlecode.com/svn/trunk/euclid.py
|
# code derived from https://github.com/ezag/pyeuclid
|
||||||
# suggested reading: http://web.mit.edu/2.998/www/QuaternionReport1.pdf
|
# suggested reading: http://web.mit.edu/2.998/www/QuaternionReport1.pdf
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue