update
This commit is contained in:
parent
b84595aeec
commit
7060f34db8
@ -132,7 +132,7 @@ vector_array = guan.find_vector_array_with_fixed_gauge_by_making_one_component_r
|
||||
|
||||
vector1, vector2 = guan.rotation_of_degenerate_vectors(vector1, vector2, index1, index2, precision=0.01, criterion=0.01, show_theta=0)
|
||||
|
||||
vector1_array, vector2_array = guan.rotation_of_degenerate_vectors_array(vector1_array, vector2_array, index1, index2, precision=0.01, criterion=0.01, show_theta=0)
|
||||
vector1_array, vector2_array = guan.rotation_of_degenerate_vectors_array(vector1_array, vector2_array, precision=0.01, criterion=0.01, show_theta=0)
|
||||
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
[metadata]
|
||||
# replace with your username:
|
||||
name = guan
|
||||
version = 0.0.68
|
||||
version = 0.0.69
|
||||
author = guanjihuan
|
||||
author_email = guanjihuan@163.com
|
||||
description = An open source python package
|
||||
|
@ -615,7 +615,7 @@ def rotation_of_degenerate_vectors(vector1, vector2, index1, index2, precision=0
|
||||
break
|
||||
return vector1, vector2
|
||||
|
||||
def rotation_of_degenerate_vectors_array(vector1_array, vector2_array, index1, index2, precision=0.01, criterion=0.01, show_theta=0):
|
||||
def rotation_of_degenerate_vectors_array(vector1_array, vector2_array, precision=0.01, criterion=0.01, show_theta=0):
|
||||
import guan
|
||||
Num_k = np.array(vector1_array).shape[0]
|
||||
vector1_sum = 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user