Search found 51 matches

by Shashi
Thu Sep 11, 2025 3:08 pm
Forum: General discussion
Topic: How to Output Crystal Coordinates from mobility_nk.fmt
Replies: 1
Views: 474

Re: How to Output Crystal Coordinates from mobility_nk.fmt

Hi, To output k-point coordinates in crystal coordinates (instead of Cartesian) in the mobility_nk.fmt file, you can modify printing.f90 as follows: You can store crystal coordinates before conversion: xkk_cryst = xkf_all(:, ik) ! These are in crystal coordinates CALL cryst_to_cart(1, xkk_cart, bg ...
by Shashi
Wed Sep 10, 2025 4:01 pm
Forum: Running the code
Topic: Anisotropic FBW ME equations using IR basis functions (EPW Summer School 2024 exercise)
Replies: 10
Views: 5538

Re: Anisotropic FBW ME equations using IR basis functions (EPW Summer School 2024 exercise)

Hi Krishnedu, You don’t need to worry too much about the temperature range of the peak. For anisotropic calculations, we typically take the average quasiparticle gap at a given temperature and fit it either using the BCS equation or a simple guide-to-the-eye fit. Also, please keep in mind that the t ...
by Shashi
Wed Sep 03, 2025 5:21 pm
Forum: Running the code
Topic: Anisotropic FBW ME equations using IR basis functions (EPW Summer School 2024 exercise)
Replies: 10
Views: 5538

Re: Anisotropic FBW ME equations using IR basis functions (EPW Summer School 2024 exercise)

Hi Krishnendu, I could not reproduce the error. I tested the tutorial, and it ran successfully without any issues. I also tested your EPW input for the 5th step, and it worked fine. I am not sure what might be causing the problem on your end. Are you using the latest version of EPW? If not, I would ...
by Shashi
Wed Sep 03, 2025 2:53 am
Forum: Running the code
Topic: Anisotropic FBW ME equations using IR basis functions (EPW Summer School 2024 exercise)
Replies: 10
Views: 5538

Re: Anisotropic FBW ME equations using IR basis functions (EPW Summer School 2024 exercise)

Dear Krishnendu, I think you might not have the " ir_nlambda6_ndigit8.dat " file in the irobjs folder. I could see that only the file included in irobjs is " ir_nlambda5_ndigit6.dat ". If you want to generate "ir_nlambda6_ndigit8.dat", you need to generate it using the command make irobjs as ...
by Shashi
Tue Sep 02, 2025 3:20 am
Forum: Running the code
Topic: Discrepancy in Fermi Energy Levels from EPW and SCF Calculations for AB-Stacked Bilayer Graphene
Replies: 4
Views: 3760

Re: Discrepancy in Fermi Energy Levels from EPW and SCF Calculations for AB-Stacked Bilayer Graphene

Dear Apricity, You mentioned that the Fermi energy for AB-stacked bilayer graphene is –4.2568 eV in the SCF calculations, but –0.648629 eV in the EPW calculations. This suggests that your Wannierization may not be accurate. The Fermi level in EPW should be close to the SCF value, typically differing ...
by Shashi
Tue Sep 02, 2025 3:11 am
Forum: General discussion
Topic: The epmatwp file is too large, causing an EPW runtime error
Replies: 1
Views: 8504

Re: The epmatwp file is too large, causing an EPW runtime error

Hi , This is not a bug. With a 4×4×4 q-grid, the number of q-points is 64, and the corresponding k-point mesh is 8×8×8. The size of epmatwp is given by: nbndsub × nbndsub × nrr_k × nmodes × nrr_g where nbndsub is the number of Wannier projections, nrr_k is proportional to the coarse k-grid, and nrr_g ...
by Shashi
Tue Sep 02, 2025 2:54 am
Forum: Running the code
Topic: Anisotropic FBW ME equations using IR basis functions (EPW Summer School 2024 exercise)
Replies: 10
Views: 5538

Re: Anisotropic FBW ME equations using IR basis functions (EPW Summer School 2024 exercise)

Dear Krishnedu,

You might have missed the destination path while creating a soft link.

As shown in Exercise -3, the command is "ln -s ../epw1-lambda/*fmt ." You might have skipped . at the end.

Please check again.

Regards,
Shashi
by Shashi
Tue Sep 02, 2025 2:46 am
Forum: General discussion
Topic: The plot of Eliashberg function for anisotropic superconductor
Replies: 2
Views: 7720

Re: The plot of Eliashberg function for anisotropic superconductor

Dear Ilias,

You can explain the orbital symmetry by analyzing the lambda_k_pairs and lambda_pairs files, along with the Fermi surface gap plot. Please also refer to the MgB2 example in EPW "https://docs.epw-code.org/doc/MgB2.html".

Regards,
Shashi
by Shashi
Tue Sep 02, 2025 2:40 am
Forum: General discussion
Topic: Unphysically Large Electron-Phonon Coupling Constant in EPW
Replies: 8
Views: 13954

Re: Unphysically Large Electron-Phonon Coupling Constant in EPW

Dear Mab, From the results you shared, changing fsthick does not appear to affect the EPC or Tc values. However, you mentioned that the EPC constant is reduced while Tc shows a significant drop. Could you please clarify this? Second, it seems you have not varied the degaussw values when adjusting ...