pwact 0.3.3__py3-none-any.whl → 0.3.4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -164,15 +164,7 @@ def do_collection(resource: Resource, input_param:InitBulkParam):
164
164
  copy_dir(bigmodel_dir, os.path.join(collection_dir, INIT_BULK.bigmodel))
165
165
 
166
166
  if len(result_save_path) > 0:
167
- _path_path = []
168
- for _data_path in result_save_path:
169
- if input_param.data_format == PWDATA.extxyz:
170
- _path_path.append(_data_path)
171
- elif input_param.data_format == PWDATA.pwmlff_npy: # */PWdata/*.npy
172
- tmp = search_files(_data_path, "*/position.npy")
173
- _path_path.extend([os.path.dirname(_) for _ in tmp])
174
-
175
- result_lines = ["\"{}\",".format(_) for _ in _path_path]
167
+ result_lines = ["\"{}\",".format(_) for _ in result_save_path]
176
168
  result_lines = "\n".join(result_lines)
177
169
  # result_lines = result_lines[:-1] # Filter the last ','
178
170
  result_save_path = os.path.join(collection_dir, INIT_BULK.npy_format_name)
pwact/utils/constant.py CHANGED
@@ -10,9 +10,9 @@ class AL_WORK:
10
10
  run_iter = "run"
11
11
 
12
12
  class AL_STRUCTURE:
13
- train = "train"
14
- explore = "explore"
15
- labeling = "label"
13
+ train = "00.train"
14
+ explore = "01.explore"
15
+ labeling = "02.label"
16
16
  pertub = "pertub"
17
17
  aimd = "aimd"
18
18
  collection = "collection"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pwact
3
- Version: 0.3.3
3
+ Version: 0.3.4
4
4
  Summary: PWACT is an open-source automated active learning platform based on MatPL for efficient data sampling.
5
5
  Home-page: https://github.com/LonxunQuantum/PWact
6
6
  Author: LonxunQuantum
@@ -10,7 +10,7 @@ pwact/active_learning/init_bulk/aimd.py,sha256=XzDlX2vylaljQKoUnv6nrI2NfiOdHZpq8
10
10
  pwact/active_learning/init_bulk/direct.py,sha256=TBB7f13wbbURDgn4_IkgRZ-rwQ3p4gviNVYIAldi97U,9680
11
11
  pwact/active_learning/init_bulk/duplicate_scale.py,sha256=hlGAr27YJhOElMz5GMyN0wWoChia4Jj_tvENsJ3wSBs,9481
12
12
  pwact/active_learning/init_bulk/explore.py,sha256=IAxdOHPzCWjfvrHywyOuBQG2V76rpBZtsyNLQyIMThs,15932
13
- pwact/active_learning/init_bulk/init_bulk_run.py,sha256=1wXf4iFhMjrjhyI4JVRoIibE5glTrr1kadphfeEjIIU,10686
13
+ pwact/active_learning/init_bulk/init_bulk_run.py,sha256=wAYAvSXifqfPvf4RqDi1jMQnMmjP9ZltKpGAj92oc5o,10294
14
14
  pwact/active_learning/init_bulk/relabel.py,sha256=gP_qqMWT_hMIcwFBdNmyVBHBpkQS52BzbQK80rGTvPQ,11974
15
15
  pwact/active_learning/init_bulk/relax.py,sha256=edyCZLEylUckIwOLBa55agUMo-aedj0dvoyG165YpuE,10450
16
16
  pwact/active_learning/label/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -41,7 +41,7 @@ pwact/bin/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
41
41
  pwact/data_format/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
42
42
  pwact/data_format/configop.py,sha256=6JA84cK7Ck-t1z3iLz3pPVJ-q4srhDiQQhs9-G-cxY0,11772
43
43
  pwact/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
44
- pwact/utils/constant.py,sha256=qKiASMwMpROa_w29NEyUG6Uov8di4UGprXBIa7tUGjc,19482
44
+ pwact/utils/constant.py,sha256=xcd8zBFDTG6LCoYixAgYZlg0Szdc5BO_lIcP78wYo-0,19491
45
45
  pwact/utils/file_operation.py,sha256=bfLezgJHD3BRtZFm0HwSGTNBPukVNICZFpXYWMs68A4,9827
46
46
  pwact/utils/format_input_output.py,sha256=oYFydQy3-btXzieO2O2LbHFoeRyhPnLVE4c5TNgS-IQ,1798
47
47
  pwact/utils/json_operation.py,sha256=BqBsnIjk1URoMW_s2yu7Gk8IBxlir-oo6ivt8P3RIqg,1794
@@ -59,9 +59,9 @@ pwact/utils/app_lib/lammps.py,sha256=t3nkBqwkViO6UbnInGKAHiwVngHKayeat2pPEtaZZIU
59
59
  pwact/utils/app_lib/pwmat.py,sha256=PTRPkG_d00ibGhpCe2-4M7MW3dx2ZuAyb9hT2jl_LAs,18047
60
60
  pwact/utils/draw/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
61
61
  pwact/utils/draw/hist_model_devi.py,sha256=o1Try-ekith2A7S6u1mt3zuTqaQwyw5tdURReh8BeLY,4945
62
- pwact-0.3.3.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
63
- pwact-0.3.3.dist-info/METADATA,sha256=RKEDTPP72Lhu1USAu-WcBUzqfT48mBAkeVtVF9rdO8w,611
64
- pwact-0.3.3.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
65
- pwact-0.3.3.dist-info/entry_points.txt,sha256=p61auAnpbn8E2WjvHNBA7rb9_NRAOCew4zdcCj33cGc,42
66
- pwact-0.3.3.dist-info/top_level.txt,sha256=fY1_7sH5Lke4dC9L8MbYM4fT5aat5eCkAmpkIzY1SlM,6
67
- pwact-0.3.3.dist-info/RECORD,,
62
+ pwact-0.3.4.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
63
+ pwact-0.3.4.dist-info/METADATA,sha256=VaFPvc1Lh3poxy1gQNIUrPrjKzlErNB5_gGNyKcN0w8,611
64
+ pwact-0.3.4.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
65
+ pwact-0.3.4.dist-info/entry_points.txt,sha256=p61auAnpbn8E2WjvHNBA7rb9_NRAOCew4zdcCj33cGc,42
66
+ pwact-0.3.4.dist-info/top_level.txt,sha256=fY1_7sH5Lke4dC9L8MbYM4fT5aat5eCkAmpkIzY1SlM,6
67
+ pwact-0.3.4.dist-info/RECORD,,
File without changes
File without changes