Commit 37b8072
docs: remove deprecated model_devi_e_trust_lo/hi from dpgen run examples (#1853)
The `model_devi_e_trust_lo` and `model_devi_e_trust_hi` parameters have
been deprecated in `dpgen run` but still exist in example
configurations.
## Changes
- Removed `model_devi_e_trust_lo` and `model_devi_e_trust_hi` from 3
files in `examples/run/`:
- `dp-calypso-vasp/param.json`
- `deprecated/dp2.x-lammps-vasp/Al/param_al_all_gpu.yaml`
- `deprecated/dp2.x-lammps-vasp/CH4/param_CH4.yaml`
- Preserved parameters in `dpgen simplify` module and tests where still
supported
## Example
```diff
"model_devi_dt": 0.002,
"model_devi_skip": 0,
"model_devi_f_trust_lo": 0.05,
"model_devi_f_trust_hi": 0.15,
-"model_devi_e_trust_lo": 10000000000.0,
-"model_devi_e_trust_hi": 10000000000.0,
"model_devi_clean_traj": true,
```
<!-- START COPILOT ORIGINAL PROMPT -->
<details>
<summary>Original prompt</summary>
>
> ----
>
> *This section details on the original issue you should resolve*
>
> <issue_title>Remove `model_devi_e_trust_lo` and
`model_devi_e_trust_hi` from `dpgen run` examples</issue_title>
> <issue_description>### Summary
>
> Remove `model_devi_e_trust_lo` and `model_devi_e_trust_hi` from `dpgen
run` examples, since they have been removed.
>
> Do not remove them from `dpgen simplify` examples, since they are
still supported in `dpgen simplify`.
>
> ### DP-GEN Version
>
> -
>
> ### Platform, Python Version, etc
>
> -
>
> ### Details
>
> -</issue_description>
>
> ## Comments on the Issue (you are @copilot in this section)
>
> <comments>
> </comments>
>
</details>
<!-- START COPILOT CODING AGENT SUFFIX -->
- Fixes #1852
<!-- START COPILOT CODING AGENT TIPS -->
---
💡 You can make Copilot smarter by setting up custom instructions,
customizing its development environment and configuring Model Context
Protocol (MCP) servers. Learn more [Copilot coding agent
tips](https://gh.io/copilot-coding-agent-tips) in the docs.
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: njzjz <9496702+njzjz@users.noreply.github.com>1 parent 037d6b8 commit 37b8072
File tree
3 files changed
+0
-6
lines changed- examples/run
- deprecated/dp2.x-lammps-vasp
- Al
- CH4
- dp-calypso-vasp
3 files changed
+0
-6
lines changedLines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
120 | | - | |
121 | 119 | | |
122 | 120 | | |
123 | 121 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
73 | 71 | | |
74 | 72 | | |
75 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
101 | | - | |
102 | 100 | | |
103 | 101 | | |
104 | 102 | | |
| |||
0 commit comments