pwact 0.1.1__py3-none-any.whl → 0.1.3__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.
@@ -176,7 +176,7 @@ def extract_pwdata(data_list:list[str],
176
176
  )
177
177
  else:
178
178
  for data_path in data_list:
179
- image_data = Config.read(data_format, data_path)
179
+ image_data = Config(data_format, data_path)
180
180
  image_data.to(
181
181
  output_path=datasets_path,
182
182
  save_format=PWDATA.pwmlff_npy,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pwact
3
- Version: 0.1.1
3
+ Version: 0.1.3
4
4
  Summary: PWACT is an open-source automated active learning platform based on PWMLFF for efficient data sampling.
5
5
  Home-page: https://github.com/LonxunQuantum/PWact
6
6
  Author: LonxunQuantum
@@ -34,7 +34,7 @@ pwact/active_learning/user_input/train_param/train_param.py,sha256=OtkZoERG6kauy
34
34
  pwact/active_learning/user_input/train_param/work_file_param.py,sha256=tvvxWto8oH7CZPowLjhbvkUn5kQJLE33b2UBfmK_Kxs,11219
35
35
  pwact/bin/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
36
36
  pwact/data_format/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
37
- pwact/data_format/configop.py,sha256=Bx2Aq3eBZ0eRsT9J-P1aTBjPNAQD0Ft44nRDywr3GrU,11331
37
+ pwact/data_format/configop.py,sha256=tUKUCWcwZ_2hF_KeEdbidmCsvBfbRF_98z6bh63vg_o,11326
38
38
  pwact/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
39
39
  pwact/utils/constant.py,sha256=Rfni8ecVZi3qqTXbnLUd-ddrGaRwVhRxat_o_NNlOIo,17489
40
40
  pwact/utils/file_operation.py,sha256=sNwm8zuXkCpu6tShPBwaTUFsatGE8XkOjnRVvDN6unY,8293
@@ -47,9 +47,9 @@ pwact/utils/app_lib/common.py,sha256=ODOs_HDX8O4Bh7YW7BcvsgS1FpZvifaRpQd9yBa7a2Y
47
47
  pwact/utils/app_lib/cp2k.py,sha256=vPTofDEz8Qd1A3gjMkMxXF8qWQLVz3XDc6-hSjRG7j0,10499
48
48
  pwact/utils/app_lib/lammps.py,sha256=I3_kIzJzmVaPMHerHa421BR9Sw3YjzbWkZXLjV6M39s,7654
49
49
  pwact/utils/app_lib/pwmat.py,sha256=qUNkMb_Zn4XaKUgwUo2S_ft3IhEIlBePTdO8sCYyLos,16458
50
- pwact-0.1.1.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
51
- pwact-0.1.1.dist-info/METADATA,sha256=f8UHZ_E-dGyU170v8cm9_07_xafCNG2lfqKuZZkh2Sw,3658
52
- pwact-0.1.1.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
53
- pwact-0.1.1.dist-info/entry_points.txt,sha256=p61auAnpbn8E2WjvHNBA7rb9_NRAOCew4zdcCj33cGc,42
54
- pwact-0.1.1.dist-info/top_level.txt,sha256=fY1_7sH5Lke4dC9L8MbYM4fT5aat5eCkAmpkIzY1SlM,6
55
- pwact-0.1.1.dist-info/RECORD,,
50
+ pwact-0.1.3.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
51
+ pwact-0.1.3.dist-info/METADATA,sha256=vkz1vvBGZoMfkgZfYdix6TJ0U5rn7qt_nLMkSxj62PQ,3658
52
+ pwact-0.1.3.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
53
+ pwact-0.1.3.dist-info/entry_points.txt,sha256=p61auAnpbn8E2WjvHNBA7rb9_NRAOCew4zdcCj33cGc,42
54
+ pwact-0.1.3.dist-info/top_level.txt,sha256=fY1_7sH5Lke4dC9L8MbYM4fT5aat5eCkAmpkIzY1SlM,6
55
+ pwact-0.1.3.dist-info/RECORD,,
File without changes
File without changes