This commit is contained in:
2022-02-22 16:57:07 +08:00
parent b84595aeec
commit 7060f34db8
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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