<div dir="ltr"><div><div><div>Dear all,<br><br>I was following one of the CP examples, and I kept getting this error in the output:<br><br>Warning: card H 0.304146E-04 -0.557425E-02 -0.592220E-03 ignored<br><br></div>
Attached you can check my input file. The system is simple enough, that I can't clearly see where the error is coming from. That is, 3 atoms, require 3 rows indicating the "atomic velocities"; or is there something else, I am missing?<br>
<br></div>Thanks,<br></div>ss<br><div><div><div><br><br>&CONTROL<br> title = ' Water Molecule ',<br> calculation = 'cp',<br> restart_mode = 'restart',<br> ndr = 52,<br> ndw = 52,<br> nstep = 400,<br>
iprint = 10, <br> isave = 100,<br> tstress = .TRUE.,<br> tprnfor = .TRUE.,<br> dt = 4.0d0,<br> etot_conv_thr = 1.d-9,<br> ekin_conv_thr = 1.d-4,<br> prefix = 'h2o_mol'<br> pseudo_dir = './'<br>
outdir = './tmp/'<br> verbosity = 'high'<br>/<br><br>&SYSTEM<br> ibrav = 14, <br> celldm(1) = 10.0, <br> celldm(2) = 1.0, <br> celldm(3) = 1.0, <br> celldm(4) = 0.0, <br> celldm(5) = 0.0, <br>
celldm(6) = 0.0, <br> nat = 3,<br> ntyp = 2,<br> ecutwfc = 70.0,<br>/<br><br>&ELECTRONS<br> emass = 300.d0,<br> emass_cutoff = 2.5d0,<br> orthogonalization = 'ortho',<br> electron_dynamics = 'verlet',<br>
electron_velocities = 'zero',<br>/<br><br>&IONS<br> ion_dynamics = 'verlet',<br> ion_temperature = 'nose',<br> ion_velocities='from_input'<br> tempw = 43.0,<br> fnosep = 70<br>/<br>
<br>ATOMIC_SPECIES<br> O 16.0d0 O.BLYP.UPF <br> H 1.00d0 H.fpmd.UPF <br><br>ATOMIC_POSITIONS<br> O 0.500990E+01 0.500990E+01 0.500000E+01<br> H 0.853465E+01 0.446394E+01 0.497662E+01<br> H 0.446381E+01 0.853502E+01 0.497636E+01<br>
<br>ATOMIC_VELOCITIES<br> O 0.000000E+00 0.000000E+00 0.000000E+00<br> H -0.557484E-02 0.296845E-04 -0.592517E-03<br> H 0.304146E-04 -0.557425E-02 -0.592220E-03<br><br></div></div></div></div>