dpgen

View on PyPIReverse Dependencies (1)

0.13.0 dpgen-0.13.0-py3-none-any.whl

Wheel Details

Project: dpgen
Version: 0.13.0
Filename: dpgen-0.13.0-py3-none-any.whl
Download: [link]
Size: 261739
MD5: fdcd740cc24fe7f56bad0276ded23e07
SHA256: 3e4d1479d2d0a43eaf12e5a61a742439b5e76ce3dee25f66187309ac04726534
Uploaded: 2024-11-23 08:30:21 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: dpgen
Version: 0.13.0
Summary: DP-GEN: The deep potential generator
Author: DeepModeling
Author-Email: Han Wang <wang_han[at]iapcm.ac.cn>
Project-Url: Homepage, https://github.com/deepmodeling/dpgen
Project-Url: documentation, https://docs.deepmodeling.com/projects/dpgen
Project-Url: repository, https://github.com/deepmodeling/dpgen
License: GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below. 0. Additional Definitions. As used herein, "this License" refers to version 3 of the GNU Lesser General Public License, and the "GNU GPL" refers to version 3 of the GNU General Public License. "The Library" refers to a covered work governed by this License, other than an Application or a Combined Work as defined below. An "Application" is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library. A "Combined Work" is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the "Linked Version". The "Minimal Corresponding Source" for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version. The "Corresponding Application Code" for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work. 1. Exception to Section 3 of the GNU GPL. You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL. 2. Conveying Modified Versions. If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version: a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy. 3. Object Code Incorporating Material from Library Header Files. The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following: a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License. b) Accompany the object code with a copy of the GNU GPL and this license document. 4. Combined Works. You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following: a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License. b) Accompany the Combined Work with a copy of the GNU GPL and this license document. c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document. d) Do one of the following: 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source. 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version. e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.) 5. Combined Libraries. You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following: a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License. b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. 6. Revised Versions of the GNU Lesser General Public License. The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation. If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.
Keywords: deep potential generator,active learning,deepmd-kit
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Requires-Python: >=3.9
Requires-Dist: numpy (>=1.14.3)
Requires-Dist: dpdata (>=0.2.17)
Requires-Dist: cp2kdata (>=0.6.6)
Requires-Dist: pymatgen (>=2022.11.1)
Requires-Dist: ase
Requires-Dist: monty (>2.0.0)
Requires-Dist: paramiko
Requires-Dist: custodian
Requires-Dist: GromacsWrapper (>=0.8.0)
Requires-Dist: GromacsWrapper (>=0.9.0); python_version >= "3.12"
Requires-Dist: dpdispatcher (>=0.3.11)
Requires-Dist: netCDF4
Requires-Dist: dargs (>=0.4.0)
Requires-Dist: h5py
Requires-Dist: pymatgen-analysis-defects
Requires-Dist: openbabel-wheel
Requires-Dist: packaging
Requires-Dist: dpgui; extra == "test"
Requires-Dist: coverage; extra == "test"
Requires-Dist: pymatgen-analysis-defects (>=2024.10.22); python_version >= "3.10" and extra == "test"
Requires-Dist: dpgui; extra == "gui"
Provides-Extra: test
Provides-Extra: gui
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 5231 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.6.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
dpgen/.gitignore sha256=i7ozmaZnyf-bpySYXe46OQzAW9NR7fipDUCl42s1IKI 21
dpgen/__init__.py sha256=rMAmimXxXkvSzeW1eSwYILZi3N-XIdf62BCo3Pf1VJk 1882
dpgen/_version.py sha256=Y4u7iBqF7QJAbpBNSFA2tk5t2mrMGrI-nonxUAhVkPU 413
dpgen/arginfo.py sha256=iIjLiit5Fjwy2JncGbEbv8FaDLkmEODPIPbEEsk7rkI 1243
dpgen/gui.py sha256=bj1-VxTHZSdn12oGtNkNa0SSddMeGoMIp0bcV_C1fGk 650
dpgen/main.py sha256=J3uNUDYjIzNNAzQ-9mTpyjbZWUvGjHvUZGrgMZAbdH4 8052
dpgen/util.py sha256=11wgFdy3BrnvSEleq9EvwVfV0dmV-i6Erb-p4Ybi2pg 6797
dpgen/auto_test/ABACUS.py sha256=YghKeeYv64oX79kXnc1NhNL-I1z_BCo9vk4kJDDQN1I 11085
dpgen/auto_test/EOS.py sha256=Iw2avAFWSMv32XkHkskjwOl-0agPBcAOFk8hoWQ6F0Q 11923
dpgen/auto_test/Elastic.py sha256=D3bpmkErb55Rxz3y9G5ktat9h6lxXmTdS1l1H3d5yU8 12167
dpgen/auto_test/Gamma.py sha256=uNcKmBZRkC4yioxgPClA4JKHyaKehTItKpG5bCg7aaQ 20837
dpgen/auto_test/Interstitial.py sha256=aEwBR_MucrxUvjRFPGMCpavIRwvU72h-7FhhGwe4Utg 24495
dpgen/auto_test/Lammps.py sha256=DRdnFXil3l0KCD5WLCeuOPGi3fBMtQXEvb6vg4W3tQw 21976
dpgen/auto_test/Property.py sha256=wtxdEnmhFGrZR2QADHmwUJJTNzzQ5VdfwagqhKXWj4k 3725
dpgen/auto_test/Surface.py sha256=RYI0vtlxmCyow5uUs1dBeDdFsk8qBle-17SntahHSiY 12279
dpgen/auto_test/Task.py sha256=_FL3ZGTz-JfZxKEXBRypb7ZG4U-Ad_riZhbR7iytyYU 2895
dpgen/auto_test/VASP.py sha256=viDuSV3GEQMZek8mSVzsXi9NFVfoxjIcE3S1_M7tk4s 10128
dpgen/auto_test/Vacancy.py sha256=FmQq9q8qIpIsJiU-bGKWogyDjVJ13H0F4LZvwYk-b84 11115
dpgen/auto_test/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
dpgen/auto_test/calculator.py sha256=vkB4c5Z17xMVZgbxriFIf5e5I47q33ge8GjExptlR1Y 738
dpgen/auto_test/common_equi.py sha256=lHs8vCYTmXHU8y7h0Bil6aWgG_5I26YQmsDHKeJbY-Y 8333
dpgen/auto_test/common_prop.py sha256=Ykvf1kGLBhwDtKQo0Hy-bRTFvarZAAP5IxrNmiMmbtg 9172
dpgen/auto_test/gen_confs.py sha256=Zx-T8frF0TFdzXS60KOfV0RAlw3BNiKK9zTeCi_1l7c 4084
dpgen/auto_test/mpdb.py sha256=AmfI0aeeXKcVGiZ6sPExUqKbnaYV_vlN-Z_KaNSXCys 689
dpgen/auto_test/refine.py sha256=WxktDjevMEGpIEHeTeiw5d8LrKnqmnCFL4BsO8za0o4 2158
dpgen/auto_test/reproduce.py sha256=jtRYbXvHY-vxaVTxhxlRkl1zCfDep1H7zvpXCiNP-Z0 6265
dpgen/auto_test/run.py sha256=I6hROIZuPF02_2LPa3ZQxuia_kcMSMKW04QSuQ_emNo 1831
dpgen/auto_test/lib/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
dpgen/auto_test/lib/abacus.py sha256=rqPyBEPmvPLb5NntQRRSTjGLokFuk3j99EgzKgfzgKY 12151
dpgen/auto_test/lib/crys.py sha256=LN92rEbxCo4vnv58SIyDxFPt-E4p8jUK3im6m7VR7Dk 2641
dpgen/auto_test/lib/lammps.py sha256=85sI6fPGoy4EUuXXNemzHd0f5wPdjaBTMQ2VLQPd2bo 17458
dpgen/auto_test/lib/lmp.py sha256=64bMtGyaGxHC1sMObYEYQW01wrP3C_3AYyChHnb6gYc 5285
dpgen/auto_test/lib/mfp_eosfit.py sha256=kjaUMfXyPqrxuKCKvidNvu6BWFP90MltRbY7bAA7gs4 46020
dpgen/auto_test/lib/pwscf.py sha256=IrroaVLwYt-GCkNj8tH0z0_j9SnHptXkUBMqw2w3TTU 4266
dpgen/auto_test/lib/siesta.py sha256=qxbJFbsIwNCfYh9zdIr-JaLxk6blYR7VFzT7DDsZDqs 4246
dpgen/auto_test/lib/util.py sha256=bMHwATM-mhQC4arDtqGiRPyVjJN5uo6YxiP78JihVnU 3763
dpgen/auto_test/lib/utils.py sha256=NarFv-LPfgxLgfXygRhYyt-CDq5ik-x7XSSdrv5am4Y 1871
dpgen/auto_test/lib/vasp.py sha256=VnA4Sd97bznMz4TwzVzMTVv7hZoHWpbYGrTB1ZrWJZg 14619
dpgen/auto_test/template/elastic/lmp/displace.mod sha256=aRNmfKG9hxCp6RlKAvK1iqeRK3_vhIbcDU_bD6mwze4 3770
dpgen/auto_test/template/elastic/lmp/in.elastic sha256=SkY6L4JMcvbxfgwIaiavz-ihGTn1Xe7EwK7u32M-yAA 8702
dpgen/auto_test/template/elastic/lmp/init.mod sha256=_SmlZoZ2xTjHrVouw-2C8B608GNojBS0oZyScthNcbM 1465
dpgen/auto_test/template/elastic/lmp/potential.mod sha256=yKMFgW85JydiblKeu7K4ELJ3VmFEVgKYngXcO5YaVck 548
dpgen/auto_test/template/incars/INCAR.relax sha256=9Mcl12bZJnzvJ7C4_ZM9b7kETr-yBA-45I9qOgd0byE 219
dpgen/auto_test/template/incars/INCAR.static sha256=2akQbUMh-qnpYmXZ0gJaRqVuyfVZmVp3AvOjLdYm8AE 209
dpgen/collect/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
dpgen/collect/collect.py sha256=G8YufLqshvEuPg1OVucv2trk7bxcdDUIQbbaB6g2bAc 4668
dpgen/data/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
dpgen/data/arginfo.py sha256=xZBJhlmo1w07ByoK2XZW35twYQWspXbE_8WrjzHKjBk 13469
dpgen/data/gen.py sha256=EblvFEmaZw-GZCoLpc5-Ru5XVZnb_5IhGnPowdS4mqc 57805
dpgen/data/reaction.py sha256=XJAlTTxag2S8M61GzHh08b3NJyU4mvAYbLGkZqdMtiw 6889
dpgen/data/surf.py sha256=dwGXWQEoB10kJgkk21eCKfdkqSet_TBMUIgSrnTdVWQ 21142
dpgen/data/jsons/al.diamond.111.json sha256=ondFw9qNVItFyG5NwnpnE8arMUt8_jZoYfjEOXnxcUE 669
dpgen/data/jsons/al.diamond.222.json sha256=aFcdcgrc-mrvLvPQCrJBM3ktrPz73jTnx8xdgazsab8 659
dpgen/data/jsons/al.fcc.111.json sha256=Ntzk79voH3g4oFj-8SwTVKDjO_kswu2NAVooo4d52DU 655
dpgen/data/jsons/al.fcc.222.json sha256=LD-mcZLpTUtLTW0I2BHN1zxnwn7r4U5Wv3_wqzLKU5I 655
dpgen/data/jsons/al.hcp.111.json sha256=0647Bz6BZrYwEalLGJ2OTCKVKnTMZdFku9qTHeTzjD4 656
dpgen/data/jsons/al.hcp.222.json sha256=kVTKQhpHp8A0MZe2kmL99b_mCRWKqQBO5iePG_1G4d4 656
dpgen/data/jsons/al.hcp.332.json sha256=HihT852yIBEDGOivKXdwOZHauhszL_jBcUuJzmziEVs 656
dpgen/data/jsons/al.sc.222.json sha256=bkkrhTlmgUXig3PzDXL5Q9jj3gS_Vd3YJK43f2sHiCg 654
dpgen/data/jsons/almg.diamond.111.json sha256=okTu2amDQjOiyVa0aJT9bzOWppGD35_8huzkQ1RNFEU 743
dpgen/data/jsons/almg.diamond.222.json sha256=s1IPtEiq1Fe9wgemiWs3Ss1Zn0fIHHoZiWCqCLXxsSA 743
dpgen/data/jsons/almg.fcc.111.json sha256=Y0-8BzMh-xDCB9vK8p39NhvZoP9AJpdP0RIkk05wwgA 740
dpgen/data/jsons/almg.fcc.222.json sha256=DZfYpdTUx1rkJ8nl1mcjHcZ8Mc_BBoLzEPLwWfU3OkE 739
dpgen/data/jsons/almg.hcp.111.json sha256=uex23aAKjM4gRIt-4-L5D79w-3YwfQvt1hJo1KQ6ngw 740
dpgen/data/jsons/almg.hcp.222.json sha256=zwrniAMeHgS8uUo2XpzaFkkpwo2Hnr-8FXu5ImFkbC4 739
dpgen/data/jsons/almg.hcp.332.json sha256=YiwVMaD6etdUeWvwCL-jedsty3lNvXRU2PUBypbiVrk 739
dpgen/data/jsons/almg.sc.222.json sha256=pYQNVIPZeAy4nk4FX3ByuhWDiYIwJVECEJLR9cz4VC8 738
dpgen/data/jsons/almg.sc.333.json sha256=gJ1atm4XEQ_4WLIL3tqsTAby-kTFmV1Ke4nL2A9DzzI 738
dpgen/data/jsons/mg.diamond.111.json sha256=sFnskZpkpNE55wRPIsO-oVq1O2fzywfwROxrZu2qvKI 669
dpgen/data/jsons/mg.diamond.222.json sha256=-gEwX-0XfmJALMJ4degk2ONmY4OZzFMtT7pcK-F0uQA 659
dpgen/data/jsons/mg.fcc.111.json sha256=CqA3kmqfzHqV78BiHRL3kkorpCAIiDVLYaTKnjuiVFo 655
dpgen/data/jsons/mg.fcc.222.json sha256=n2qv8QYX1NpaqYqJ02c65fh-UboXQzeuecr9qLdqB4U 655
dpgen/data/jsons/mg.hcp.111.json sha256=GnCzfi10up4llACBJe-hcCPC5keRxqC6fGpNB5XV1vE 656
dpgen/data/jsons/mg.hcp.222.json sha256=ce6VCL_Xr9U2YA9KOWR6RqMaUsHuIj99U610f7JEqUg 595
dpgen/data/jsons/mg.hcp.332.json sha256=pJmhr4kCg_YMPqjLlVdZyld_kJrR0xr1-JQJk1TKtUQ 595
dpgen/data/jsons/mg.sc.222.json sha256=JC49VUWYN-evvlCBCGKpvSF7iXsslcwpsb1JJ0hHSBI 664
dpgen/data/jsons/param.json sha256=0JvVEPDMv5zmueGOd8NgwZH-Gr3A-WUlZy1slsSkTBU 712
dpgen/data/jsons/si.diamond.111.json sha256=UxlI1bSIUjPZ7gSkrNHDYDO2c5IHh5_ErrmlwuX5p1Q 669
dpgen/data/jsons/si.diamond.222.json sha256=HAtITacOWUPlBfXD2wqN5YB_VgedCSTTUBx4UDqS-gE 669
dpgen/data/jsons/si.fcc.111.json sha256=RchchnVr9tOU6YWG7oGJLnI9RkOSGjEKz9nF2qDQgLo 666
dpgen/data/jsons/si.fcc.222.json sha256=-Zkyg48sjf7FpJ41zzkbki1QptgU8OwCB1-spb8gooc 666
dpgen/data/jsons/si.hcp.111.json sha256=zrhxceoWxDuhR2AwDc6VmniwCPrQ8yAcq5Mm0xNmNTs 666
dpgen/data/jsons/si.hcp.222.json sha256=OuAle7atvIBTzK4nMqKonqhH2lq-LsFFYmlmrZkPp0U 666
dpgen/data/jsons/si.sc.222.json sha256=iUX8JkcrJ_VE8SkDfIghW0_14Izh1kkLK_sMaQd03Oo 664
dpgen/data/jsons/surf.al.fcc.json sha256=aiKI6RNeE36pAWgCmIeqzpQvutdcoWzgfyC_cFZ8k20 788
dpgen/data/jsons/surf.al.hcp.json sha256=uB3BOwOw5IG4u6d0mheGQpWx9ulp_nwR4QrjuKJVhCQ 788
dpgen/data/jsons/surf.almg.fcc.json sha256=cgJQPmNFI3_0pWlDnP9JXBZxl-NQ2PB8u0gUCmSeSSM 873
dpgen/data/jsons/surf.almg.hcp.json sha256=ObHvuIkJyr6GS7n6ur12B9zXlNy4lyic-MoniZRMHe0 873
dpgen/data/jsons/surf.mg.fcc.json sha256=i1KEoUicAoiSIdOtuBP43u66W0n3pxKZUu2I2OOJFU0 788
dpgen/data/jsons/surf.mg.hcp.json sha256=H1WhSPZ9ogcrHyMmlwoC7qUEMlFDL7Uy_AeArlbnYFo 788
dpgen/data/jsons/surf.si.diamond.json sha256=dAyVVCodOjceQ_wyILDlTsun1l9Udr6f2FqGXuMZgjE 1046
dpgen/data/jsons/w.bcc.111.json sha256=Cfm49e2-vnSx-6OgfrPi09yFOz5kceb4lPz7cRPCRn8 698
dpgen/data/jsons/w.bcc.222.json sha256=5Lwz51lW6gJLSLAdobCEGLIy5A42NHg471Y1uM0DEP4 700
dpgen/data/jsons/w.diamond.111.json sha256=x9YSrKXnk2HDa1L8YHvL0asfstjvznwOsERJUwnylxw 702
dpgen/data/jsons/w.fcc.111.json sha256=FarxQuX1E11jTdiPF5NFyCsz0Ypvtq0IBh9nEO8k5ig 699
dpgen/data/jsons/w.hcp.111.json sha256=kV0MADexcl46qVKmeQ5DIUhIM55qL5o4xAtPtkEnQZU 699
dpgen/data/jsons/water.111.json sha256=-Q_6rPz83sh_ktrMBUGClq341XNUBrGNk2WFXUWC5rE 880
dpgen/data/tools/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
dpgen/data/tools/bcc.py sha256=T8Kfzx8kWomapXWibCRbC6uvOkhMhQxThUVbo2RZnG8 598
dpgen/data/tools/cessp2force_lin.py sha256=zUMUQq4bmvsVjYknamYpAvlvbLeT2etfzL498P9lT4Y 12237
dpgen/data/tools/clean.sh sha256=I-OX0LMLHVZ_CSSHRnYef7rlf-N_8GVKA0xI8pQM-uI 254
dpgen/data/tools/create_random_disturb.py sha256=5Taxyg3dtNJ3MwwGqa8DMiM1ViyWiHXz5tWo9Y-NmpA 10693
dpgen/data/tools/diamond.py sha256=EgETs-97La6crVrZl4BTun0l_Jjp7rXde-BLxxPhJn4 805
dpgen/data/tools/fcc.py sha256=sMrWOiETJHrE6Zf7FP2QAUMcSVry9zlqvxkR1aOPw6c 696
dpgen/data/tools/hcp.py sha256=f8-UC4w5NXicdbhuBTP5wE6OxoV2zUn83TYcNlDNM2A 730
dpgen/data/tools/io_lammps.py sha256=2ot3PSELagPPdWd8dwIp2HVOg5mD6TcnqYUJPJ8SZbM 7563
dpgen/data/tools/ovito_file_convert.py sha256=q4LQlLGLML1H115gpgmnA2etR-xG-r9y0FRdBx5IqNI 1416
dpgen/data/tools/poscar_copy.py sha256=3zOJdSkr-aehy4JnK4L4iJ8aHAEexJd8wmzXJp4hWhk 921
dpgen/data/tools/sc.py sha256=61JUB8__tVgndzH0Dlt38FxDVeYQQgZIaLxgPc7uGCU 548
dpgen/data/tools/test.sh sha256=aDsJq6pgw-aCqBqIxcOYNauBBM8VIiwHbTmY70HX25s 95
dpgen/database/__init__.py sha256=AcnFcOTo5gcfGlRdDFLMGprKf0dCDffjMbhCkK_uJ3o 109
dpgen/database/entry.py sha256=Ubb3PdrXFkDyCimTN2o4I4sx3_x6YEnELwsHN-iT9Yw 3875
dpgen/database/run.py sha256=P2tcp2mQziHoDwZUyYZuyPjl6QVi0t8HtYmQPhIrFJg 5648
dpgen/database/vasp.py sha256=krZFTCg7HTe89Xy1sW7X_PgbofPkLEQ6Hop5rTMATr0 6936
dpgen/dispatcher/Dispatcher.py sha256=f71iLtDcbZEPwNE0y0usCXK3ff4bJGc2stNaLCg3GaE 4355
dpgen/dispatcher/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
dpgen/generator/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
dpgen/generator/arginfo.py sha256=bIi2HzA4N-4IChWbP95k6ME6eDcvL1RmTJEiHTiu4U4 44875
dpgen/generator/run.py sha256=WtaIVbJBl2FPPu64XJ-TpopRSbpiTpBI-V3OCxNXehs 196268
dpgen/generator/lib/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
dpgen/generator/lib/abacus_scf.py sha256=fg_bgtcaO_cY5uLVn2qykPH1g9liStEbQjAJPiJekEk 18403
dpgen/generator/lib/calypso_check_outcar.py sha256=xdLQxoRPeHeIN01l8TTW2ZP2uyUBx4dBzhVToZBm9fs 3800
dpgen/generator/lib/calypso_run_model_devi.py sha256=X9VBcnZQDpn2V5Dw6gTH42PNwbnQjIylcd7R7kP649E 4528
dpgen/generator/lib/calypso_run_opt.py sha256=RZlKFAOoDHmJhotc5HYhCuwYxFb9oSqp7w5x0Mv3HW8 5198
dpgen/generator/lib/cp2k.py sha256=VP4gyPGhLcMAqAjrqCQSUiiGlESNlyYz7Gs3Q4QoUHo 6912
dpgen/generator/lib/cvasp.py sha256=qz-fFWTkJgV6Tx8j9fVd6k_bnyo5chDjFbkyMnoDsw0 2063
dpgen/generator/lib/ele_temp.py sha256=j1YTI_QJGL98D53zSb4XqZJBA7OA_fjEJEbEU3pcATE 3216
dpgen/generator/lib/gaussian.py sha256=iQQ5HrwiXaeMLrVNra7Q8DeC_SuHNW4-Zv_Hurcm-x8 10953
dpgen/generator/lib/lammps.py sha256=FDYs46A8ntMvJhegrfDCToQCh7QB200nihVAFsVKkZc 11190
dpgen/generator/lib/make_calypso.py sha256=c7-hV1LfiQIVKUF7RL_FHTZ0y0uh8GRCFLK2ofhQBOc 9506
dpgen/generator/lib/parse_calypso.py sha256=eBSnR7XFivmHIK_TYuipFWk-8oa1Qg2Qvn-rBuBHbzY 1062
dpgen/generator/lib/pwmat.py sha256=m7GXUPsjDQPPGBXYU66eFe-r0rdXbuy5qmAsnmjiQPU 6194
dpgen/generator/lib/pwscf.py sha256=_wMPepPLiqMOFn2m5mZ-sOVpvjFrhslZjApiy-oIFv0 8199
dpgen/generator/lib/run_calypso.py sha256=yHikz_iyOofllIRmZ6mD2VIPpv4Gb88u8BGw4vX5iwY 18831
dpgen/generator/lib/siesta.py sha256=MvpgL-SgvRqftCdCNtyvSFZus1etc4orgpbGNZfgSfU 4254
dpgen/generator/lib/utils.py sha256=TKXE_TObRqlA44DdCr3FTgrS-IpduWJlCfuhQeupqOE 3542
dpgen/generator/lib/vasp.py sha256=-xAfzUwt0yV4YrZPTkDrLVAEUlI6JnU0ZkJIJuQp8ww 3585
dpgen/remote/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
dpgen/remote/decide_machine.py sha256=RoBXfg4kGFy6JXAQWQZnuWIf_alZCrbwh3ft-TUWlMA 1496
dpgen/simplify/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
dpgen/simplify/arginfo.py sha256=Gq3IaO_tZ4oO9ykV_nogZ6bi5v8qUylBLjt6ZjnN-j4 7850
dpgen/simplify/simplify.py sha256=HqI6kI15rspiUtiaj8PAvLu_-dHHbVnrkO60xQ-hztw 23268
dpgen/tools/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
dpgen/tools/auto_gen_param.py sha256=_A-qnffIN76lc3raWp-3Yp-di2RfzC29aOZgLHsbxRs 10553
dpgen/tools/collect_data.py sha256=SehosSqvrNjnqQh8CVwg1JT6_dKaowpnvWW5DWWK54M 3992
dpgen/tools/relabel.py sha256=69Nv8j-g5ryd78BrI3uTUWnx2nFIq6UxKPQ1WU4RvVY 11689
dpgen/tools/run_report.py sha256=y1hqBCHoBCre7JSJobUGur4Vk0RSaBCO7xBJloldmpg 670
dpgen/tools/stat_iter.py sha256=HW6YxwN-eTH3yymCB3gdzjvuUsEVFcnJ5jv0jxZTyEQ 3395
dpgen/tools/stat_sys.py sha256=UPJ2kvfQ0666itannYktPVBDIvzr3Dx_Fr11yun8e4U 3484
dpgen/tools/stat_time.py sha256=P5oWcegP8vbbq_M5axI2jyzrYnr5wofK-6Tfp4NLODA 6880
dpgen-0.13.0.dist-info/LICENSE sha256=46mU2C5kSwOnkqkw9XQAJlhBL2JAf1_uCD8lVcXyMRg 7652
dpgen-0.13.0.dist-info/METADATA sha256=ga0aLSjGdSUTOi8W4NG1nS8iOrs8ETsUe2BvmQEZOKc 15738
dpgen-0.13.0.dist-info/WHEEL sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U 91
dpgen-0.13.0.dist-info/entry_points.txt sha256=KWTsFfDn8viWCVgY_Y6859rMyCLx8TuA-q_qlyabKk4 717
dpgen-0.13.0.dist-info/top_level.txt sha256=3YyVVQ29Sx_Y5lJdOcoWAoemuSZPKxczGUvoxc7Rw6w 6
dpgen-0.13.0.dist-info/RECORD

top_level.txt

dpgen

entry_points.txt

dpgen = dpgen.main:main
[dpgui]
DP-GEN Run = dpgen.generator.arginfo:run_jdata_arginfo
DP-GEN Run Machine = dpgen.generator.arginfo:run_jdata_arginfo
DP-GEN Simplify = dpgen.simplify.arginfo:simplify_jdata_arginfo
DP-GEN Simplify Machine = dpgen.simplify.arginfo:simplify_mdata_arginfo
DP-GEN init_bulk = dpgen.data.arginfo:init_bulk_jdata_arginfo
DP-GEN init_bulk Machine = dpgen.data.arginfo:init_bulk_mdata_arginfo
DP-GEN init_reaction = dpgen.data.arginfo:init_reaction_jdata_arginfo
DP-GEN init_reaction Machine = dpgen.data.arginfo:init_reaction_mdata_arginfo
DP-GEN init_surf = dpgen.data.arginfo:init_surf_jdata_arginfo
DP-GEN init_surf Machine = dpgen.data.arginfo:init_surf_mdata_arginfo