dpgen2

View on PyPIReverse Dependencies (0)

0.0.7 dpgen2-0.0.7-py3-none-any.whl

Wheel Details

Project: dpgen2
Version: 0.0.7
Filename: dpgen2-0.0.7-py3-none-any.whl
Download: [link]
Size: 86363
MD5: 15f9eaaa05703819df4a5b04dd750b7b
SHA256: 18c7fc475a9eab0644d7bed54a3b7135024638cdfb2f62e2e67e1e3f15085155
Uploaded: 2023-01-28 03:44:20 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: dpgen2
Version: 0.0.7
Summary: DPGEN2: concurrent learning workflow generating the machine learning potential energy models.
Author: DeepModeling
Project-Url: Homepage, https://github.com/deepmodeling/dpgen2
Project-Url: documentation, https://docs.deepmodeling.com/projects/dpgen2
Project-Url: repository, https://github.com/deepmodeling/dpgen2
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,concurrent learning,work flow
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Requires-Python: >=3.7
Requires-Dist: numpy
Requires-Dist: dpdata
Requires-Dist: pydflow (>=1.6.30)
Requires-Dist: dargs (>=0.3.1)
Requires-Dist: scipy
Requires-Dist: lbg
Requires-Dist: packaging
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: recommonmark; extra == "docs"
Requires-Dist: sphinx-rtd-theme (>=1.0.0rc1); extra == "docs"
Requires-Dist: numpydoc; extra == "docs"
Requires-Dist: myst-parser; extra == "docs"
Requires-Dist: deepmodeling-sphinx; extra == "docs"
Requires-Dist: sphinx-argparse; extra == "docs"
Requires-Dist: dargs (>=0.3.1); extra == "docs"
Requires-Dist: fakegaussian (>=0.0.3); extra == "test"
Provides-Extra: docs
Provides-Extra: test
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 133 characters]

WHEEL

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

RECORD

Path Digest Size
dpgen2/__about__.py sha256=_eItkR6c5UcpLCDtCVWWwprKa2yQWRH0NGLyv0-ZjXY 24
dpgen2/__init__.py sha256=4T_MNQvICLjIR2dpx0TARyBe-StkEK42X2SR3I0DC6U 113
dpgen2/__main__.py sha256=uG5X5-PrWRg34v7av9x0SIZMV0PJTod3xlbdU3tEcvQ 74
dpgen2/_version.py sha256=1LmWOIRIipDRwt63Rd4fYP3hKkUXXOCBB_3JUTMCoEs 160
dpgen2/constants.py sha256=q1pbaMp2m6p5Q-0X_3Jta4ozPtE3oXYA6SbUCxbCNPA 684
dpgen2/conf/__init__.py sha256=Y6V_kILteRpYjJH2Pk5GHGVX3y9kgp2phZ497kSwDFk 238
dpgen2/conf/alloy_conf.py sha256=RrueFOrXCKppuKtRJkhCmoq86Xfag3mzRsQGPGX6ABo 12733
dpgen2/conf/conf_generator.py sha256=Da67uu-4kI-_FRN6c1nVy6-DJ_ilFf9u4vr2xeACU8M 2132
dpgen2/conf/file_conf.py sha256=7hEzdTVTsbis3jXUqut4lv7ZD45lCzTiYLeh3xX-ipk 2025
dpgen2/conf/unit_cells.py sha256=w6hpmZM5FWzWI30skRDnnrNCG0ryXeJWCfUSeprru7o 4646
dpgen2/entrypoint/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
dpgen2/entrypoint/args.py sha256=nam0VMvcKd8vct8A5UF9AoapXH-HIGavAURdrVip8mQ 11747
dpgen2/entrypoint/common.py sha256=1SlIzxIgIBCz4gLnzb3w9BN1aST9x3-FR35aWxduiR8 2137
dpgen2/entrypoint/download.py sha256=Wn-O4RL5P1dN7K_0l2y3XNqWe3dYFO9mEJ9SaJ3glzc 954
dpgen2/entrypoint/main.py sha256=68P9WjOJtGTLwom-xc4pDWaLUeZNV1PVMOPmEylO-uQ 8871
dpgen2/entrypoint/showkey.py sha256=Eh8TRsWi1VaJNM1sSfM6TxRrT7fE9gmOx5lSqeL0rk8 674
dpgen2/entrypoint/status.py sha256=M8Coz6S8mRVBEbcy-1RImr9G88IfkmXKZzczp6i76QI 787
dpgen2/entrypoint/submit.py sha256=IG46rP7Dpuov1xMDYfBoE6Td7RO7O0cE9w5ZIdYtUCI 20062
dpgen2/entrypoint/watch.py sha256=ywSQGjwIPdZCGwsAy0QUAlFTnwI5ydn_S8NNOzDtqa8 2628
dpgen2/entrypoint/workflow.py sha256=ZuUcIw3DxhXk94qzGpcn99IhYnH-xdJzxQwlu3oH4lc 1185
dpgen2/exploration/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
dpgen2/exploration/render/__init__.py sha256=Mm_BuS6WIWg7OmW75pzGfl8XJhFzKb-5Iz-7HZZz65Y 103
dpgen2/exploration/render/traj_render.py sha256=q_DgswBG5jrt1n98OqzZQpzLJMLOFyyr8cSb8eXyXhU 2103
dpgen2/exploration/render/traj_render_lammps.py sha256=JG7AptjTJi932D9z2I3PnwYD_5REjF3QBmZ9dGRxsj4 1639
dpgen2/exploration/report/__init__.py sha256=6OSqQAyqwj75f5x8tFKqUzXZal3lP8KnwKiXai2pxwg 118
dpgen2/exploration/report/report.py sha256=Vt13Fs423bZk4C1EqfsjwaptZ37AzZ7VAznFEhiFoPI 2040
dpgen2/exploration/report/report_trust_levels.py sha256=HqFHETkAwj4spxKbSeWN5Dcm5kH_eLk3H75moRbPh5A 7465
dpgen2/exploration/scheduler/__init__.py sha256=58CljQgBOiu2pzVuSO5elOsmP0Otv_5kG1NRzDjMdow 193
dpgen2/exploration/scheduler/convergence_check_stage_scheduler.py sha256=gPVyuhkms_yA0JEISZ8HwdYYb-0d907YJKaWY316eJI 3378
dpgen2/exploration/scheduler/scheduler.py sha256=CPMMAiezJBKzTu9lUDdVhX5oKHYKBqkjUaergG7T1_s 8811
dpgen2/exploration/scheduler/stage_scheduler.py sha256=haHrEuP_J16TvtQHKore4DqHonIfhn4BLz33lmCDeNE 2964
dpgen2/exploration/selector/__init__.py sha256=vpfspgNE1RkgeX-vrziRsPiyw1OOo9FFn7HHknACLWg 217
dpgen2/exploration/selector/conf_filter.py sha256=1vKHLrbza67rXlE-B6JiD2KnicgtcA6DUrjqcyqE-cw 1804
dpgen2/exploration/selector/conf_selector.py sha256=8Sl_W1PKFeFLP49WpXrZZKU1Sb3GjM8SNhhMd1Ev2p8 574
dpgen2/exploration/selector/conf_selector_frame.py sha256=LV2yXbXEmZeEAalJoqZ3qIa_6o0vNXcMB2vGCc8P5Sw 2632
dpgen2/exploration/selector/trust_level.py sha256=LpCzNVoHmquTDJovbxpaNFR3Cda2DexVJMcr-yl4-N8 617
dpgen2/exploration/task/__init__.py sha256=qAr4PmvhG7jjMmBhnOVFDJIxCfrId_lnGDsu1CQLnr4 468
dpgen2/exploration/task/conf_sampling_task_group.py sha256=f0TFC3ztpOytMoQqSNX4NLI3Txw6UuL0Jl1U9AbnTM0 1817
dpgen2/exploration/task/lmp_template_task_group.py sha256=f6XwWJ8MhcWYw3CJknVQLObPc6xT0fjInXFTnHPGuOI 5004
dpgen2/exploration/task/make_task_group_from_config.py sha256=pEqZsASqZxbcK84vOxBKNU_8Bnn4fSwdEyjgMD7gT0M 4632
dpgen2/exploration/task/npt_task_group.py sha256=iyQSY-RcvXDt6J_RQNJiZj4OwEwMo_fvgYnI1_vqBdU 3916
dpgen2/exploration/task/stage.py sha256=zzf3eXmzhBIZlmeEiE681NH99QfIy3rXfo3KACXXBpE 1473
dpgen2/exploration/task/task.py sha256=_WKNx1kJ1DfH0wn03IT4RY6HIF3nF-cON-hnHUnEB-0 3487
dpgen2/exploration/task/lmp/__init__.py sha256=d7Sd0c0hTkTipchbbof2NnJfw0T6-hrrzVs-8GdWNx4 38
dpgen2/exploration/task/lmp/lmp_input.py sha256=OtRpwx11mMsLq04UPYqsidmzQ4TKuAdIOagpEwvdtZs 6347
dpgen2/flow/__init__.py sha256=mWOLz390Pfy-xRBdZFf_op38p1H3LxzPsj1ne01IPlE 43
dpgen2/flow/dpgen_loop.py sha256=oU8nKIhALcN_Dw1_rF9zaYt2oS1elcoM3D_YlOYwsNM 15585
dpgen2/fp/__init__.py sha256=zkeHjGkzDwjysEAXnHW_7GJqrCq8EHiQZEMxUPSu1JI 390
dpgen2/fp/gaussian.py sha256=7stxQ_sJkXGxoQ5tG4YP8ahtO170W-558h7-I2vLzk0 5269
dpgen2/fp/prep_fp.py sha256=YmF7nVJdIX0da-XLK1p2i87ZQRGy2k5LwBN4srSscng 3800
dpgen2/fp/run_fp.py sha256=FZjcYWu9MZRZrQQUAL9wMgPjZ2GVIU8l3nD80WwfDjQ 5290
dpgen2/fp/vasp.py sha256=IDUUfTpw2v1IaUkYZME-gH7DIaWS7FQO51J-YJZxprY 4210
dpgen2/fp/vasp_input.py sha256=RhTw-f9xpKVp4KkqaOTdPDBjGgSpabNJj_x5rfyh3zI 4301
dpgen2/op/__init__.py sha256=Pg0Dqk2xy_jqVafSa7HreI7awy7RDViZbo-c_OaMTRY 210
dpgen2/op/collect_data.py sha256=PH-1YTHRRxuBVUeFVgeOQHrCv8_X3BYlPxi0oi0Pjvk 2557
dpgen2/op/md_settings.py sha256=_xM8HcsIKKPT-mFe5QKVGrgPJocmPqxKn-yByKlFqvc 1476
dpgen2/op/prep_dp_train.py sha256=z8hO6k0uYuPZdvXFkdLUEp6HcLN7GLcTBMrSMuwsn5Y 3750
dpgen2/op/prep_lmp.py sha256=zKuomUzMxTOefOylPJZZTIKRX7fXW8meMpnNu1fy1CE 2445
dpgen2/op/run_dp_train.py sha256=4BLwFz7Oy-fJeXEtIvu29KyG-1iVYWva5MedXCPVM2o 13610
dpgen2/op/run_lmp.py sha256=BcJR1kU-kK_3O7H6uRakMbGq0Iw346LQ991l3kjJcTU 4526
dpgen2/op/select_confs.py sha256=3jMrbolKYbX6HL9DUP-d14oqKp26v8QFjSYmNRV7bFI 2218
dpgen2/superop/__init__.py sha256=AdSTdK2CBYgR0-wAAy3v_XfsUIQVDa0x97QE59UUF3c 161
dpgen2/superop/block.py sha256=R1BZR_eFyQlEoOo4kpbObCGlN8ulMD51nBm9_K6OhNo 8663
dpgen2/superop/prep_run_dp_train.py sha256=r0xTAFMOWzNQgYBrhUFUZeCI3wuSO8wkAEQqOr-Tbrc 5989
dpgen2/superop/prep_run_fp.py sha256=XmjZDry9YmEzuRoAEiWaM6N0ofaBfEGH7wxgNEoWD-Q 5504
dpgen2/superop/prep_run_lmp.py sha256=tjmERP0hoH-A88tvNcKXTCJideGXnVVoKGEDWNjSlDM 5753
dpgen2/utils/__init__.py sha256=Nl_qWwYlJ2tRWKu4JDkcEz3zZuUUouS0sRsuryVs5o4 687
dpgen2/utils/bohrium_config.py sha256=cYrYVZ9GJ5skiPOnrtLF7ds2782E1Es3OIzEY9hjWGg 704
dpgen2/utils/chdir.py sha256=O_wO7-sD1pQBWhNqQKlKimbDdAJ5eJGtUWQZvs9You0 1249
dpgen2/utils/dflow_config.py sha256=MPZp4vCedDF-2mvpgqmJPSCrOD-7ckyea_-ZngU4vkA 1328
dpgen2/utils/dflow_query.py sha256=lxlycxbTwXPXWXlo3mJm42T9u5tocJ8gpmF6H0JPV6c 4494
dpgen2/utils/download_dpgen2_artifacts.py sha256=W0eAW86FQrSxix9wlz4XtgbZY0uxQuucsbwuMYuilNY 4400
dpgen2/utils/obj_artifact.py sha256=mEa2W8ZXwt7VEVXXuGokpm1AyT38OpmBa4z9zdlosIs 419
dpgen2/utils/run_command.py sha256=KPfl4mgFt01TDtvyinumM7-LHpTojb7birepHMOfVE0 307
dpgen2/utils/step_config.py sha256=2YYzpfAK5axg0wfn5LAu6VGfppXJMlD0TMsfIhXSDJo 4737
dpgen2-0.0.7.dist-info/LICENSE sha256=46mU2C5kSwOnkqkw9XQAJlhBL2JAf1_uCD8lVcXyMRg 7652
dpgen2-0.0.7.dist-info/METADATA sha256=xiMRNZ55jDmuEBdb3FoE_FGUwWPi5YuSAsLf0hSkUY4 10404
dpgen2-0.0.7.dist-info/WHEEL sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo 92
dpgen2-0.0.7.dist-info/entry_points.txt sha256=gmTd44f3OEStNQE2eaILiAlAIpJnfIJchWme99y9CIc 55
dpgen2-0.0.7.dist-info/top_level.txt sha256=LG14VtPsZ-GeCLwtu4hTQgWguGl-h0bAyNMRQjTSZic 7
dpgen2-0.0.7.dist-info/RECORD

top_level.txt

dpgen2

entry_points.txt

dpgen2 = dpgen2.entrypoint.main:main