-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PhParser
: allow for pattern initialization (#1034)
The ph.x should be parallelized by setting in the input parameters `start_irr` and `last_irr` to 0. This allows the program to exit smoothly and it further avoids to wait for the rewriting of the wavefunctions, which can be a rather long and intensive IO operation, not really suited for initialization runs. The parser is then adjusted to account for this option, as for some reason the line having `JOB DONE` is not printed in such cases. A simple specialized parser is also added to store the number of q-points and their values, which can be later on used to parallelize over q-points by specifying `last_q` and `start_q`.
- Loading branch information
Showing
8 changed files
with
248 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
|
||
Program PHONON v.7.2 starts on 18Jun2024 at 18:33:27 | ||
|
||
This program is part of the open-source Quantum ESPRESSO suite | ||
for quantum simulation of materials; please cite | ||
"P. Giannozzi et al., J. Phys.:Condens. Matter 21 395502 (2009); | ||
"P. Giannozzi et al., J. Phys.:Condens. Matter 29 465901 (2017); | ||
"P. Giannozzi et al., J. Chem. Phys. 152 154105 (2020); | ||
URL http://www.quantum-espresso.org", | ||
in publications or presentations arising from this work. More details at | ||
http://www.quantum-espresso.org/quote | ||
|
||
Parallel version (MPI), running on 8 processors | ||
|
||
MPI processes distributed on 1 nodes | ||
37704 MiB available memory on the printing compute node when the environment starts | ||
|
||
Reading input from ph.init.in | ||
|
||
Reading xml data from directory: | ||
|
||
./tmp/graphene.save/ | ||
|
||
R & G space division: proc/nbgrp/npool/nimage = 8 | ||
Subspace diagonalization in iterative solution of the eigenvalue problem: | ||
a serial algorithm will be used | ||
|
||
|
||
IMPORTANT: XC functional enforced from input : | ||
Exchange-correlation= PZ | ||
( 1 1 0 0 0 0 0) | ||
Any further DFT definition will be discarded | ||
Please, verify this is what you really want | ||
|
||
|
||
Parallelization info | ||
-------------------- | ||
sticks: dense smooth PW G-vecs: dense smooth PW | ||
Min 30 30 10 3040 3040 660 | ||
Max 31 31 11 3065 3065 691 | ||
Sum 241 241 85 24369 24369 5409 | ||
|
||
Using Slab Decomposition | ||
|
||
----2D----2D----2D----2D----2D----2D----2D----2D----2D----2D----2D----2D | ||
The code is running with the 2D cutoff | ||
Please refer to: | ||
Sohier, T., Calandra, M., & Mauri, F. (2017), | ||
Density functional perturbation theory for gated two-dimensional heterostructu | ||
res: | ||
Theoretical developments and application to flexural phonons in graphene. | ||
Physical Review B, 96(7), 75448. https://doi.org/10.1103/PhysRevB.96.075448 | ||
----2D----2D----2D----2D----2D----2D----2D----2D----2D----2D----2D----2D | ||
Reading collected, re-writing distributed wavefunctions in ./tmp/ | ||
|
||
|
||
Dynamical matrices for ( 2, 2, 2) uniform grid of q-points | ||
( 8 q-points): | ||
N xq(1) xq(2) xq(3) | ||
1 0.000000000 0.000000000 0.000000000 | ||
2 0.000000000 0.000000000 -0.061660223 | ||
3 0.000000000 -0.577350269 0.000000000 | ||
4 0.000000000 -0.577350269 -0.061660223 | ||
5 -0.500000000 -0.288675135 0.000000000 | ||
6 -0.500000000 -0.288675135 -0.061660223 | ||
7 -0.500000000 -0.866025404 0.000000000 | ||
8 -0.500000000 -0.866025404 -0.061660223 |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
|
||
Program PHONON v.7.2 starts on 18Jun2024 at 18:33:27 | ||
|
||
This program is part of the open-source Quantum ESPRESSO suite | ||
for quantum simulation of materials; please cite | ||
"P. Giannozzi et al., J. Phys.:Condens. Matter 21 395502 (2009); | ||
"P. Giannozzi et al., J. Phys.:Condens. Matter 29 465901 (2017); | ||
"P. Giannozzi et al., J. Chem. Phys. 152 154105 (2020); | ||
URL http://www.quantum-espresso.org", | ||
in publications or presentations arising from this work. More details at | ||
http://www.quantum-espresso.org/quote | ||
|
||
Parallel version (MPI), running on 8 processors | ||
|
||
MPI processes distributed on 1 nodes | ||
37704 MiB available memory on the printing compute node when the environment starts | ||
|
||
Reading input from ph.init.in | ||
|
||
Reading xml data from directory: | ||
|
||
./tmp/graphene.save/ | ||
|
||
R & G space division: proc/nbgrp/npool/nimage = 8 | ||
Subspace diagonalization in iterative solution of the eigenvalue problem: | ||
a serial algorithm will be used | ||
|
||
|
||
IMPORTANT: XC functional enforced from input : | ||
Exchange-correlation= PZ | ||
( 1 1 0 0 0 0 0) | ||
Any further DFT definition will be discarded | ||
Please, verify this is what you really want | ||
|
||
|
||
Parallelization info | ||
-------------------- | ||
sticks: dense smooth PW G-vecs: dense smooth PW | ||
Min 30 30 10 3040 3040 660 | ||
Max 31 31 11 3065 3065 691 | ||
Sum 241 241 85 24369 24369 5409 | ||
|
||
Using Slab Decomposition | ||
|
||
----2D----2D----2D----2D----2D----2D----2D----2D----2D----2D----2D----2D | ||
The code is running with the 2D cutoff | ||
Please refer to: | ||
Sohier, T., Calandra, M., & Mauri, F. (2017), | ||
Density functional perturbation theory for gated two-dimensional heterostructu | ||
res: | ||
Theoretical developments and application to flexural phonons in graphene. | ||
Physical Review B, 96(7), 75448. https://doi.org/10.1103/PhysRevB.96.075448 | ||
----2D----2D----2D----2D----2D----2D----2D----2D----2D----2D----2D----2D | ||
Reading collected, re-writing distributed wavefunctions in ./tmp/ | ||
|
||
|
||
Dynamical matrices for ( 2, 2, 2) uniform grid of q-points | ||
( 8 q-points): | ||
N xq(1) xq(2) xq(3) | ||
1 0.000000000 0.000000000 0.000000000 | ||
2 0.000000000 0.000000000 -0.061660223 | ||
3 0.000000000 -0.577350269 0.000000000 | ||
4 0.000000000 -0.577350269 -0.061660223 | ||
5 -0.500000000 -0.288675135 0.000000000 | ||
6 -0.500000000 -0.288675135 -0.061660223 | ||
7 -0.500000000 -0.866025404 0.000000000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
number_of_qpoints: 8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters