|
| 1 | +{ |
| 2 | + "structures": ["confs/fcc-Al"], |
| 3 | + "interaction": { |
| 4 | + "type": "abacus", |
| 5 | + "incar": "abacus_input/INPUT", |
| 6 | + "potcar_prefix": "abacus_input", |
| 7 | + "potcars": {"Al": "Al_ONCV_PBE-1.0.upf"}, |
| 8 | + "orb_files": {"Al":"Al_gga_9au_100Ry_4s4p1d.orb"} |
| 9 | + }, |
| 10 | + "relaxation": { |
| 11 | + "cal_type": "relaxation", |
| 12 | + "cal_setting": {"relax_pos":true, |
| 13 | + "relax_shape":true, |
| 14 | + "relax_vol":true} |
| 15 | + }, |
| 16 | + |
| 17 | + "properties": [ |
| 18 | + { |
| 19 | + "type": "eos", |
| 20 | + "skip": false, |
| 21 | + "vol_start": 0.6, |
| 22 | + "vol_end": 1.4, |
| 23 | + "vol_step": 0.05 |
| 24 | + }, |
| 25 | + { |
| 26 | + "type": "elastic", |
| 27 | + "skip": true, |
| 28 | + "norm_deform": 1e-2, |
| 29 | + "shear_deform": 1e-2 |
| 30 | + }, |
| 31 | + { |
| 32 | + "type": "surface", |
| 33 | + "skip": true, |
| 34 | + "min_slab_size": 10, |
| 35 | + "min_vacuum_size":11, |
| 36 | + "max_miller": 2, |
| 37 | + "cal_type": "static" |
| 38 | + }, |
| 39 | + { |
| 40 | + "type": "interstitial", |
| 41 | + "skip": true, |
| 42 | + "supercell": [1, 1, 1], |
| 43 | + "insert_ele": ["Mo"] |
| 44 | + }, |
| 45 | + { |
| 46 | + "type": "gamma", |
| 47 | + "skip": true, |
| 48 | + "plane_miller": [1,2,3], |
| 49 | + "slip_direction": [1,1,-1], |
| 50 | + "hcp": { |
| 51 | + "plane_miller": [0,0,0,1], |
| 52 | + "slip_direction": [2,-1,-1,0], |
| 53 | + "slip_length": 1 |
| 54 | + }, |
| 55 | + "supercell_size": [1,1,20], |
| 56 | + "vacuum_size": 15, |
| 57 | + "add_fix": ["true","true","false"], |
| 58 | + "n_steps": 20 |
| 59 | + }, |
| 60 | + { |
| 61 | + "type": "phonon", |
| 62 | + "skip": true, |
| 63 | + "BAND": "0.5000 0.5000 0.5000 0.0000 0.0000 0.0000 0.5000 0.0000 0.5000 0.5000 0.2500 0.7500", |
| 64 | + "supercell_size":[1,1,1], |
| 65 | + "MESH":[8,8,8], |
| 66 | + "PRIMITIVE_AXES": "0 1/2 1/2 1/2 0 1/2 1/2 1/2 0", |
| 67 | + "BAND_POINTS":21, |
| 68 | + "BAND_CONNECTION" :true, |
| 69 | + "cal_setting": { |
| 70 | + "K_POINTS": [6,6,6,0,0,0], |
| 71 | + "input_prop": "abacus_input/INPUT_phonon" |
| 72 | + } |
| 73 | + } |
| 74 | + |
| 75 | + ] |
| 76 | +} |
0 commit comments