367

Problem in go

Posted on : May 01, 2018 (Tue) 18:30:16

by ali

Hello everyone,
i have this problem when i run my code in go.
***wrn in mkemap...type not appears
type= 2
***wrn in mkemap...type not appears
type= 3
***wrn in mkemap...type not appears
type= 4
***err in potenv...type not found
i use this input for my system K
#---------------------------------- 0 ----------------------------------
# now # can be used as comment lines as well
#--------------------------------------------
go K trc 12.577514065485,1.0,1.0,90.0,90.0,90.0,
0.001 1.2 sra mjw mag 2nd
update l 100 0.020
4
#--------------------------------------------
# name of type, number of components, rtr,
# field, lmax, atomic number, concentration
#--------------------------------------------
K 1 0 0.0 0 19 100
K 1 0 0.0 0 19 100
K 1 0 0.0 0 19 100
K 1 0 0.0 0 19 100
4
0.00000000 0.00000000 0.00000000 K
0.00000000 0.50000000 0.50000000 K
0.50000000 0.00000000 0.50000000 K
0.50000000 0.50000000 0.00000000 K
plus when i want to dilute my system how can i use this?
Thanks