Hi, I am trying to calculate the fatbandstructure of a heterostructure which includes two different 2D layers.
The system has about 700 atoms including the ghost atoms, since we are trying to estimate the workfunction (or Fermi level) more accurately.
Anyway, the calculator I have set was chemical potential, projected density of states, and fatbandstructure.
The rest of the calculations are completed, but I got the following error sign...
File "/home/JW/quantumatk/MoS2-WTe2/vdW_study_without_zdirection_constant/Output/MoS2_WTe2_60degree_ortho_pointcheck_results_231121_h51vapb4/MoS2_WTe2_60degree_ortho_pointcheck_results.py", line 1041, in <module>
fat_bandstructure = FatBandstructure(
File "zipdir/NL/Analysis/FatBandstructure.py", line 207, in __init__
File "zipdir/NL/Calculators/DensityFunctionalTheory/LCAOCalculator/Analysis/Projections.py", line 170, in calculateEigenvaluesAndProjectionWeights
File "zipdir/NL/ComputerScienceUtilities/ParallelTools/StaticTaskScheduler.py", line 229, in run
File "zipdir/NL/ComputerScienceUtilities/ParallelTools/StaticTaskScheduler.py", line 282, in __runInParallelMode
File "zipdir/NL/ComputerScienceUtilities/ParallelTools/StaticTaskScheduler.py", line 304, in __performTask
File "zipdir/NL/Calculators/DensityFunctionalTheory/LCAOCalculator/Analysis/Projections.py", line 155, in kPointTask
File "zipdir/NL/Calculators/DensityFunctionalTheory/LCAOCalculator/Analysis/Projections.py", line 449, in calculateProjectionWeightsAndEigenvalues
TypeError: unsupported operand type(s) for *: 'ComplexMatrix' and 'ComplexMatrix'
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 35Has anyone seen this kind of error? Help me, please