mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-11-04 05:03:58 +01:00
Make zero beta electrons possible
This commit is contained in:
parent
d44883f0ea
commit
52a82ea48e
8
trex.org
8
trex.org
@ -73,16 +73,16 @@ arrays are 0-based. Hence, we introduce the ~index~ type which is an
|
||||
#+NAME:electron
|
||||
| Variable | Type | Dimensions | Description |
|
||||
|----------+-------+------------+-------------------------------------|
|
||||
| ~up_num~ | ~dim~ | | Number of \uparrow-spin electrons |
|
||||
| ~dn_num~ | ~dim~ | | Number of \downarrow-spin electrons |
|
||||
| ~up_num~ | ~int~ | | Number of \uparrow-spin electrons |
|
||||
| ~dn_num~ | ~int~ | | Number of \downarrow-spin electrons |
|
||||
|
||||
#+CALL: json(data=electron, title="electron")
|
||||
#+RESULTS:
|
||||
:RESULTS:
|
||||
#+begin_src python :tangle trex.json
|
||||
"electron": {
|
||||
"up_num" : [ "dim", [] ]
|
||||
, "dn_num" : [ "dim", [] ]
|
||||
"up_num" : [ "int", [] ]
|
||||
, "dn_num" : [ "int", [] ]
|
||||
} ,
|
||||
#+end_src
|
||||
:END:
|
||||
|
Loading…
Reference in New Issue
Block a user