Skip to content

Commit e7f997e

Browse files
committed
update example/mos2
1 parent 95739a2 commit e7f997e

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

examples/mos2/band.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"task_options": {
3+
"task": "band",
4+
"kline_type":"abacus",
5+
"kpath":[
6+
[0, 0, 0, 50],
7+
[0.5, 0, 0, 50],
8+
[0.3333333, 0.3333333, 0, 50],
9+
[0, 0, 0, 1]
10+
],
11+
"klabels":["G", "M", "K", "G"],
12+
"E_fermi":0.0,
13+
"emin":-25,
14+
"emax":15
15+
}
16+
}

examples/mos2/conf.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"common_options": {
3+
"basis": {
4+
"Mo": ["4d","5s","5p"],
5+
"S": ["3s","3p","d*"]
6+
}
7+
}
8+
}

0 commit comments

Comments
 (0)