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
Copy file name to clipboardExpand all lines: README.md
+54-17Lines changed: 54 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
# MultiOptPy
2
2
3
-
4
3
[](https://colab.research.google.com/drive/1wpW8YO8r9gq20GACyzdaEsFK4Va1JQs4?usp=sharing) (Test 1, only use GFN2-xTB)
@@ -418,15 +449,15 @@ Download **uma-s-1p1.pt** from the following page:
418
449
419
450
### 2. Add the Model Path to MultiOptPy
420
451
421
-
Open the file `software_path.conf` inside the **MultiOptPy-v1.20.0-rc.4** directory.
452
+
Open the file `software_path.conf` inside the **MultiOptPy** directory.
422
453
423
454
Add the following line using the absolute path to the model file:
424
455
425
456
```
426
457
uma-s-1p1::<absolute_path_to/uma-s-1p1.pt>
427
458
```
428
459
429
-
This enables **MultiOptPy-v1.20.0-rc.4** to use the **uma-s-1p1 NNP model**.
460
+
This enables **MultiOptPy** to use the **uma-s-1p1 NNP model**.
430
461
431
462
### references of UMA
432
463
- arXiv preprint arXiv:2505.08762 (2025).
@@ -438,3 +469,9 @@ This enables **MultiOptPy-v1.20.0-rc.4** to use the **uma-s-1p1 NNP model**.
438
469
conda env create -f environment_win11uma.yml
439
470
conda activate test_mop_win11_uma
440
471
```
472
+
473
+
474
+
---
475
+
476
+
> **Status: Maintenance Mode / Frozen**
477
+
> *This project has reached its initial stability goals (v1.20.2) and is currently frozen. No new features are planned by the original author, but the codebase remains open for the community to fork and explore the roadmap above.*
0 commit comments