mirror of
https://github.com/TREX-CoE/trexio.git
synced 2025-03-04 06:10:23 +01:00
Add Madelung
This commit is contained in:
parent
3d76eab5dd
commit
9e8b2e92f3
14
trex.org
14
trex.org
@ -130,12 +130,13 @@
|
|||||||
|
|
||||||
|
|
||||||
#+NAME: pbc
|
#+NAME: pbc
|
||||||
| Variable | Type | Row-major Dimensions | Column-major Dimensions | Description |
|
| Variable | Type | Row-major Dimensions | Column-major Dimensions | Description |
|
||||||
|------------------+---------+----------------------+-------------------------+-------------------------|
|
|------------------+---------+----------------------+-------------------------+------------------------------------------------------|
|
||||||
| ~periodic~ | ~int~ | | | ~1~: true or ~0~: false |
|
| ~periodic~ | ~int~ | | | ~1~: true or ~0~: false |
|
||||||
| ~k_point_num~ | ~dim~ | | | Number of $k$-points |
|
| ~k_point_num~ | ~dim~ | | | Number of $k$-points |
|
||||||
| ~k_point~ | ~float~ | ~[3]~ | ~(3)~ | $k$-point sampling |
|
| ~k_point~ | ~float~ | ~[3]~ | ~(3)~ | $k$-point sampling |
|
||||||
| ~k_point_weight~ | ~float~ | ~[pbc.k_point_num]~ | ~(pbc.k_point_num)~ | $k$-point weight |
|
| ~k_point_weight~ | ~float~ | ~[pbc.k_point_num]~ | ~(pbc.k_point_num)~ | $k$-point weight |
|
||||||
|
| ~madelung~ | ~float~ | | | Madelung correction of the Ewald probe charge method |
|
||||||
|
|
||||||
#+CALL: json(data=pbc, title="pbc")
|
#+CALL: json(data=pbc, title="pbc")
|
||||||
|
|
||||||
@ -147,6 +148,7 @@
|
|||||||
, "k_point_num" : [ "dim" , [] ]
|
, "k_point_num" : [ "dim" , [] ]
|
||||||
, "k_point" : [ "float", [ "3" ] ]
|
, "k_point" : [ "float", [ "3" ] ]
|
||||||
, "k_point_weight" : [ "float", [ "pbc.k_point_num" ] ]
|
, "k_point_weight" : [ "float", [ "pbc.k_point_num" ] ]
|
||||||
|
, "madelung" : [ "float", [] ]
|
||||||
} ,
|
} ,
|
||||||
#+end_src
|
#+end_src
|
||||||
:end:
|
:end:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user