13 lines
372 B
Plaintext
13 lines
372 B
Plaintext
# electrodes with constant potential
|
|
# for graphene-ionic liquid supercapacitor
|
|
|
|
boundary p p f # slab calculation
|
|
include settings.mod # styles, groups, computes and fixes
|
|
kspace_modify slab 3.0 # amat twostep
|
|
|
|
fix conp bot electrode/conp -1.0 1.979 couple top 1.0 symm on #algo mat_inv
|
|
|
|
thermo 50
|
|
thermo_style custom step temp c_ctemp epair etotal c_qbot c_qtop
|
|
run 500
|