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: interfaces/ASE_interface/README.md
+17-13Lines changed: 17 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,18 @@
2
2
3
3
## Introduction
4
4
5
-
abacuslite is a lightweight plugin for ABACUS (Atomic-orbital Based Ab-initio Computation at UStc), implementing the ASE (Atomic Simulation Environment) calculator interface.
5
+
abacuslite is a lightweight plugin for ABACUS (Atomic-orbital Based Ab-initio Computation at UStc),
6
+
implementing the ASE (Atomic Simulation Environment) calculator interface.
6
7
7
8
### Key Features
8
9
9
10
-**Lightweight Design**: Implemented as a plugin, no need to modify ASE core code
10
-
-**Version Compatibility**: No longer restricted to specific ASE versions, works with most ASE versions
11
-
-**ASE Integration**: Uses ASE as the running platform, making ABACUS a callable calculator within it
12
-
-**Function Support**: Currently only supports SCF (Self-Consistent Field) functionality, returning energy, forces, stress, etc.
11
+
-**Version Compatibility**: No longer restricted to specific ASE versions, works with most ASE
12
+
versions
13
+
-**ASE Integration**: Uses ASE as the running platform, making ABACUS a callable calculator within
14
+
it
15
+
-**Function Support**: Currently only supports SCF (Self-Consistent Field) functionality, returning
16
+
energy, forces, stress, etc.
13
17
14
18
## Installation
15
19
@@ -24,14 +28,14 @@ pip install .
24
28
Please refer to the example scripts in the `examples` folder. Recommended learning path:
25
29
26
30
1.**scf.py** - Basic SCF calculation example
27
-
2.**relax.py** - Atomic position relaxation calculation
0 commit comments