Search found 5 matches
- Fri Jul 26, 2024 4:07 pm
- Forum: General discussion
- Topic: plotting polaron
- Replies: 1
- Views: 2813
Re: plotting polaron
Hello Pravin Karma, You can get a better-looking figure by just changing the boundaries in VESTA; on the left-hand side, click "Boundary", and change the limits to x(min) =-0.5; x(max)=0.5; y(min)=-0.5; y(max)=0.5; z(min)=-0.5; z(max)=-0.5 Keep in mind is that when solving the polaron equations in a ...
- Mon Mar 18, 2024 6:08 pm
- Forum: Running the code
- Topic: Polaron self-consistent process fails
- Replies: 1
- Views: 6368
Re: Polaron self-consistent process fails
Hi Michael,
At the end of your slurm file I see that the number of requested CPUs is 192. In this example the k/q-grid is 4x4x4 so you can parallelize over 64 pools at most. Could you try reducing the number of CPUs / pools and see if the problem persists?
Best,
Jon Lafuente-Bartolome
At the end of your slurm file I see that the number of requested CPUs is 192. In this example the k/q-grid is 4x4x4 so you can parallelize over 64 pools at most. Could you try reducing the number of CPUs / pools and see if the problem persists?
Best,
Jon Lafuente-Bartolome
- Fri Nov 24, 2023 1:46 pm
- Forum: Running the code
- Topic: Problem with calculating polaron equation
- Replies: 3
- Views: 20302
Re: Problem with calculating polaron equation
Dear Pravin, I agree with Sabya, this error occurs when the number of MPI processes is larger than the number of k-points in the fine grid (where the matrix elements will be interpolated and the polaron equations solved). In the school example (lif.epw2.in), nkf1=nkf2=nk3=4, so the fine grid ...
- Wed Oct 11, 2023 10:02 am
- Forum: Running the code
- Topic: Polaron: Error in getting the polaron wave function in real space
- Replies: 2
- Views: 12725
Re: Polaron: Error in getting the polaron wave function in real space
Dear Qiaolin, That is correct; In order to write the polaron wave function in real space, the Wannier functions in .cube file format are required. These can be written with EPW by setting the input variable wannier_plot = .true. (see https://docs.epw-code.org/doc/Inputs.html#wannier-plot and related ...
- Tue Aug 01, 2023 7:42 am
- Forum: Running the code
- Topic: polt the Ank.band.plrn
- Replies: 1
- Views: 12440
Re: polt the Ank.band.plrn
Dear leeru, The structure of the Ank.band.plrn file, ordered by columns, is as follows: # k-point index (k) # band index (n) # Kohn-Sham eigenvalue in eV (\varepsilon_{nk}) # Re[Ank] # Im[Ank] # Abs[Ank] You can plot this data using any software of your choice. Best regards, Jon Lafuente-Bartolome