Search found 17 matches

by claudio
Mon May 18, 2026 1:16 pm
Forum: Lumen general forum
Topic: BSE and shift current
Replies: 1
Views: 18306

Re: BSE and shift current

Dear xiaomeng

did you use the same approximations for BSE and shift-current?

You also have to consider that in the shift-current resposne there are addition peaks due to the one or two-phonon
resonances that are not present in the linear response.

I advice you to test on a simple case like h-BN ...
by claudio
Tue Mar 17, 2026 1:40 pm
Forum: Lumen general forum
Topic: Run shift current
Replies: 1
Views: 9546

Re: Run shift current

Dear xiaomeng

we updated yambopy and also the name of the subroutines,
just remove the line

from yambopy.nl.harmonic_analysis import Harmonic_Analysis

and it should work

best
Claudio
by claudio
Tue Mar 17, 2026 1:37 pm
Forum: Lumen general forum
Topic: WARNING in nl calculations
Replies: 1
Views: 14237

Re: WARNING in nl calculations

Dear Shudong

do not worry this warning message is not important.
The fact is that there are two way to specify frequencies. In non-linear optical modes "yambo_nl -u n"
there is a loop on the frequencies, while in the pump and probe mode "yambo_nl -u p" there is a single
frequency specified by the ...
by claudio
Thu Jan 29, 2026 2:48 pm
Forum: Lumen general forum
Topic: shift current
Replies: 10
Views: 534870

Re: shift current

Dear xiaomeng

you will find the shift current in the file

o.YamboPy-Sigma_probe_order_0

the column 1 is the energy

columns 2,3 are the imaginary and real part along x-direction
columns 4,5 are the imaginary and real part along y-direction
columns 6,7 are the imaginary and real part along y ...
by claudio
Mon Jan 26, 2026 1:07 pm
Forum: Lumen general forum
Topic: shift current
Replies: 10
Views: 534870

Re: shift current

Probably it is not the last version of YamboPy,(we fixed bugs but they are not yet in the official release)

please download it from github and use the bug-fixes branch

https://github.com/yambo-code/yambopy/tree/bug-fixes

to install it, got in the yambopy folder and do

pip install -e ./

it ...
by claudio
Mon Jan 26, 2026 1:04 pm
Forum: Lumen general forum
Topic: K-ponit in nl calculations
Replies: 4
Views: 1513422

Re: K-ponit in nl calculations

Dear Shudong

This is really puzzling to me. If they have the same symmetries and the same number of k-points in the IBZ,
when you remove the symmetries, shouldn't they still have the same number of k-points.
Please provide an example and I will take a look.

best
Claudio
by claudio
Mon Jan 26, 2026 8:18 am
Forum: Lumen general forum
Topic: shift current
Replies: 10
Views: 534870

Re: shift current

Dear xiaomeng

YamboPy is compatible with Lumen, please use YamboPY and follow the tutorial.
Let us know if it works

best
Claudio
by claudio
Mon Jan 05, 2026 1:02 pm
Forum: Lumen installation
Topic: Lumen 2.0.0 installation
Replies: 10
Views: 305707

Re: Lumen 2.0.0 installation

May you put in the forum also the file

log/compile_qe_pseudo.log

and try to do:

make distclean

before the configure

best
Claudio
by claudio
Mon Jan 05, 2026 12:56 pm
Forum: Lumen installation
Topic: Lumen 2.0.0 installation
Replies: 10
Views: 305707

Re: Lumen 2.0.0 installation

Dear Shudong

it is difficult for me to help you because I just downloaded again Lumen-2.0 on my PC
and recompiled it with oneAPI without problems :-(

So let's try different things:
1) which version of oneAPI do you have? in general try to update it
2) try the last bug-fixes version of Lumen here ...
by claudio
Mon Jan 05, 2026 11:27 am
Forum: Lumen installation
Topic: Lumen 2.0.0 installation
Replies: 10
Views: 305707

Re: Lumen 2.0.0 installation

Dear Shudong

try to do

Code: Select all

make clean_all
and then configure as:

Code: Select all

./configure CC=icx MPICC=mpiicx MPIFC=mpiifx MPIF77=mpiifx FC=ifx F77=ifx --enable-open-mp --with-scalapack-libs=mkl --with-blacs-libs=mkl
and let us know if it works
best
Claudio