-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Just support `repeat=True` in deepmodeling/dpgui#119...
- Loading branch information
Showing
9 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
dpgen init_bulk parameters | ||
====================================== | ||
|
||
.. note:: | ||
One can load, modify, and export the input file by using our effective web-based tool `DP-GUI <https://deepmodeling.com/input/dpgen-init-bulk>`_. All parameters below can be set in DP-GUI. By clicking "SAVE JSON", one can download the input file. | ||
|
||
.. dargs:: | ||
:module: dpgen.data.arginfo | ||
:func: init_bulk_jdata_arginfo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
dpgen init_bulk machine parameters | ||
================================== | ||
|
||
.. note:: | ||
One can load, modify, and export the input file by using our effective web-based tool `DP-GUI <https://deepmodeling.com/input/dpgen-init-bulk-machine>`_. All parameters below can be set in DP-GUI. By clicking "SAVE JSON", one can download the input file. | ||
|
||
.. dargs:: | ||
:module: dpgen.data.arginfo | ||
:func: init_bulk_mdata_arginfo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
dpgen init_reaction parameters | ||
====================================== | ||
|
||
.. note:: | ||
One can load, modify, and export the input file by using our effective web-based tool `DP-GUI <https://deepmodeling.com/input/dpgen-init-reaction>`_. All parameters below can be set in DP-GUI. By clicking "SAVE JSON", one can download the input file. | ||
|
||
.. dargs:: | ||
:module: dpgen.data.arginfo | ||
:func: init_reaction_jdata_arginfo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
dpgen init_reaction machine parameters | ||
====================================== | ||
|
||
.. note:: | ||
One can load, modify, and export the input file by using our effective web-based tool `DP-GUI <https://deepmodeling.com/input/dpgen-init-reaction-machine>`_. All parameters below can be set in DP-GUI. By clicking "SAVE JSON", one can download the input file. | ||
|
||
.. dargs:: | ||
:module: dpgen.data.arginfo | ||
:func: init_reaction_mdata_arginfo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
dpgen init_surf parameters | ||
====================================== | ||
|
||
.. note:: | ||
One can load, modify, and export the input file by using our effective web-based tool `DP-GUI <https://deepmodeling.com/input/dpgen-init-surf>`_. All parameters below can be set in DP-GUI. By clicking "SAVE JSON", one can download the input file. | ||
|
||
.. dargs:: | ||
:module: dpgen.data.arginfo | ||
:func: init_surf_jdata_arginfo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
dpgen init_surf machine parameters | ||
================================== | ||
|
||
.. note:: | ||
One can load, modify, and export the input file by using our effective web-based tool `DP-GUI <https://deepmodeling.com/input/dpgen-init-surf-machine>`_. All parameters below can be set in DP-GUI. By clicking "SAVE JSON", one can download the input file. | ||
|
||
.. dargs:: | ||
:module: dpgen.data.arginfo | ||
:func: init_surf_mdata_arginfo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
dpgen simplify parameters | ||
========================= | ||
|
||
.. note:: | ||
One can load, modify, and export the input file by using our effective web-based tool `DP-GUI <https://deepmodeling.com/input/dpgen-simplify>`_. All parameters below can be set in DP-GUI. By clicking "SAVE JSON", one can download the input file. | ||
|
||
.. dargs:: | ||
:module: dpgen.simplify.arginfo | ||
:func: simplify_jdata_arginfo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
dpgen simplify machine parameters | ||
================================= | ||
|
||
.. note:: | ||
One can load, modify, and export the input file by using our effective web-based tool `DP-GUI <https://deepmodeling.com/input/dpgen-simplify-machine>`_. All parameters below can be set in DP-GUI. By clicking "SAVE JSON", one can download the input file. | ||
|
||
.. dargs:: | ||
:module: dpgen.simplify.arginfo | ||
:func: simplify_mdata_arginfo |