Dear Salmon developers and users,
My name is Ryotaro Kawai ,and I’m a graduate student in the School of Engineering in the Onishi Lab. at Tohoku university.
I am using SALMON for my research. I am currently doing dft calculations on a non-orthogonal grid, but I don't seem to be getting the energies, etc. correct. I can't seem to figure out why, so can you help me out? I have the code below.

&calculation
theory = 'dft'
/
&control
sysname = '1layer'
/
¶llel
nproc_k = 2
nproc_ob = 1
nproc_rgrid = 1,1,1
/
&units
unit_system = 'A_eV_fs'
/
&system
yn_periodic = 'y'
al_vec1 = 2.1313d0, 1.2305d0, 0.0d0
al_vec2 = 2.1313d0, -1.2305d0, 0.0d0
al_vec3 = 0.0d0, 0.0d0, 3.35d0
nelem = 1
natom = 2
nelec = 8
nstate = 8
/
&pseudo
file_pseudo(1) = './C_rps.dat'
izatom(1) = 6
lloc_ps(1) = 1
/
&functional
xc = 'PZ'
/
&rgrid
num_rgrid =12,12,12
/
&kgrid
num_kgrid = 4, 4, 4
/
&scf
nscf = 300
threshold = 1.0d-9
/
&atomic_red_coor
'C' .0 .0 .0 1
'C' .333333 .333333 .0 1
/
Sincerely,
Kawai Ryotaro
Graduate student, Tohoku university
Dear Salmon developers and users,My name is Ryotaro Kawai ,and I’m a graduate student in the School of Engineering in the Onishi Lab. at Tohoku university.I am using SALMON for my research. I am currently doing dft calculations on a non-orthogonal grid, but I don't seem to be getting the energies, etc. correct. I can't seem to figure out why, so can you help me out? I have the code below.
<0DA93E9A040F415C8CB226C2FDACB57F.png>
2023/10/31 17:41、山田俊介 <sya...@ccs.tsukuba.ac.jp>のメール:
2023/10/31 18:11、Mizuki Tani <forultra...@gmail.com>のメール:
Dear Yamada-san and Tani-san,
I tried switching the coordinate system between al_vec1 and al_vec2, and the calculation worked. Thank you very much.
Sincerely,
Kawai Ryotaro
差出人:
山田俊介
送信日時: 2023年10月31日 18:22
宛先: salmo...@salmon-tddft.jp
件名: [salmon-user:00275] Re: dft calculation on a nonorthogonal grid