mirror of
https://github.com/LCPQ/DEHam
synced 2024-12-22 12:23:40 +01:00
add new input file features
This commit is contained in:
parent
0526613506
commit
2e6f7d646e
@ -41,9 +41,10 @@ _Using DEHam_
|
|||||||
as explained below in a sample inputfile:
|
as explained below in a sample inputfile:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
140 # The total number of determinants
|
140 # The total number of determinants (Ndet)
|
||||||
7 # The largest number of non-zero elements per row
|
7 # The largest number of non-zero elements per row (Multiple of Ndet)
|
||||||
2 # The number of processors used in parallel
|
1 # The number of matrix elements to calculate at one (Multiple of Ndet)
|
||||||
|
2 # The total number of processors used in parallel (Multiple of Ndet)
|
||||||
1 # The number of holes
|
1 # The number of holes
|
||||||
0 # The isz (ms-1/2) value
|
0 # The isz (ms-1/2) value
|
||||||
1,2,3,1,2,3,4,5,6,7 # The topology of the system is specified here
|
1,2,3,1,2,3,4,5,6,7 # The topology of the system is specified here
|
||||||
|
Loading…
Reference in New Issue
Block a user