You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[APEX](https://github.com/deepmodeling/APEX): Alloy Property EXplorer is a component of the [AI Square](https://aissquare.com/) project that involves the restructuring of the [DP-GEN](https://github.com/deepmodeling/dpgen)`auto_test` module to develop a versatile and extensible Python package for general alloy property calculations. This package enables users to conveniently establish a wide range of cloud-native property-test workflows by utilizing various computational approaches, including LAMMPS, VASP, ABACUS, and others.
8
9
10
+
## v1.2 Main Features Update
9
11
* Add a `retrieve` sub-command to allow results to be retrieved independently and manually for multiple properties (Remove `Distributor` and `Collector` OP)
10
12
* Support common **dflow operations** with terminal commands
11
13
* Incorporate results `archive` function to both local paths and NoSQL database ([MongoDB](https://www.mongodb.com/) and [DynamoDB](https://aws.amazon.com/cn/dynamodb/))
@@ -15,9 +17,24 @@
15
17
* Add four additional **ML** pair styles (`snap`, `gap`, `rann` and `mace`) and an extra `meam-spline` in LAMMPS interation type support
16
18
* Modify the single-step run command from `test` to `do` for improved clarity and consistencey
APEX also provides a web-based [Bohrium App](https://app.bohrium.dp.tech/apex/) for rapid and easy alloy property calculations without intensive JSON configuration (Note: one will need a Bohrium account to access this service).
If you use APEX in your research, please cite the following paper for general purpose:
29
+
30
+
> Z. Li, T. Wen, Y. Zhang, X. Liu, C. Zhang, A. S. L. S. Pattamatta, X. Gong, B. Ye, H.Wang, L. Zhang, D. J. Srolovitz, An extendable cloud-native alloy property explorer (2024). arXiv:2404.17330.
-[v1.2 Main Features Update](#v12-main-features-update)
36
+
-[APEX Bohrium App](#apex-bohrium-app)
37
+
-[How to cite APEX](#how-to-cite-apex)
21
38
-[Table of Contents](#table-of-contents)
22
39
-[1. Overview](#1-overview)
23
40
-[2. Easy Install](#2-easy-install)
@@ -109,7 +126,8 @@ The instructions regarding global configuration, [dflow](https://github.com/deep
109
126
| group_size | Int | 1 | Number of tasks per parallel run group |
110
127
| pool_size | Int | 1 | For multi tasks per parallel group, the pool size of multiprocessing pool to handle each task (1 for serial, -1 for infinity) |
111
128
| upload_python_package | Optional[List]| None | Additional python packages required in the container |
112
-
| debug_pool_workers | Int | 1 | Pool size of parallel tasks running in the debug mode |
129
+
| debug_pool_workers | Int | 1 | Pool size of parallel tasks running in the debug mode |
130
+
| flow_name | String | None | Specify name of workflow to be submitted (default: work path name) |
113
131
| submit_only | Bool | False | Submit workflow only without automatic result retrieving |
114
132
115
133
***Dflow config**
@@ -252,11 +270,12 @@ Below are three examples (for detailed explanations of each parameter, please re
252
270
| vol_abs | Bool | False | Whether to treat vol_start and vol_end as absolute volume, default = False |
253
271
254
272
##### 3.1.2.2. Elastic
255
-
| Key words | Data structure | Example | Description |
0 commit comments