I am doing some calculations with Quantum Espresso and wanted to calculate the electronic conductivity of my 2D nanosheet using BoltzTrap. After the successful creation of the BoltzTraP.def and the associated files using qe2boltz.py, I tried to perform the next step which is running the command
$ x_trans BoltzTrap
And this error appeared:
> ================ BoltzTraP vs 1.2.5 ============= > Program received signal SIGSEGV: Segmentation fault - invalid memory reference. > Backtrace for this error: > #0 0x7fa495b3bbd0 in ??? > #1 0x7fa495b3ae25 in ??? > #2 0x7fa495810d5f in ??? > #3 0x559a9795f54b in boltztrap at /home/user/Documents/boltztrap-1.2.5/src/BoltzTraP.F90:297 > #4 0x559a9794f5ce in main at /home/user/Documents/boltztrap-1.2.5/src/BoltzTraP.F90:20 Segmentation fault > 0.2u 0.0s 0:00.23 95.6% 0+0k 0+144io 0pf+0w
What is the source of this issue and how can I solve it?
I appreciate the help