examples not running?
Posted: Fri Apr 10, 2009 5:06 pm
Hi - I was trying to use the files in the examples directory to test if I had compiled and linked Qbox correctly, unfortunately - they won't run.
Basically the errors are all the same - they seem related to defining the atomic species:
from the ch4 example:
Any ideas? The .xml files are in the directory, and no amount of playing with paths or permissions has helped.
Basically the errors are all the same - they seem related to defining the atomic species:
from the ch4 example:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<fpmd:simulation xmlns:fpmd="http://www.quantum-simulation.org/ns/fpmd/fpmd-1.0">
============================
I qbox 1.45.3 I
I I
I I
I I
I I
I I
I I
I I
I I
I I
I I
I I
I http://eslab.ucdavis.edu I
============================
<release> 1.45.3 victoria </release>
<sysname> Linux </sysname>
<nodename> master.cl.northwestern.edu </nodename>
<start_time> 2009-04-10T17:03:42Z </start_time>
<mpi_processes count="1">
<process id="0"> master.cl.northwestern.edu </process>
</mpi_processes>
[qbox] ch4.sys
[qbox][ch4.sys] # methane molecule
[qbox][ch4.sys] set cell 16 0 0 0 16 0 0 0 16
<unit_cell
a="16.00000000 0.00000000 0.00000000 "
b="0.00000000 16.00000000 0.00000000 "
c="0.00000000 0.00000000 16.00000000 " />
[qbox][ch4.sys] species carbon carbon_pbe.xml
SpeciesCmd: defining species carbon as carbon_pbe.xml
SpeciesCmd: cannot define Species
[qbox][ch4.sys] species hydrogen hydrogen_pbe.xml
SpeciesCmd: defining species hydrogen as hydrogen_pbe.xml
SpeciesCmd: cannot define Species
[qbox][ch4.sys] atom C carbon 0.00000000 0.00000000 0.00000000
AtomSet:addAtom: species carbon is undefined
AtomCmd: could not add atom C
[qbox][ch4.sys] atom H1 hydrogen 1.20000000 1.20000000 1.20000000
AtomSet:addAtom: species hydrogen is undefined
AtomCmd: could not add atom H1
[qbox][ch4.sys] atom H2 hydrogen 1.20000000 -1.20000000 -1.20000000
AtomSet:addAtom: species hydrogen is undefined
AtomCmd: could not add atom H2
[qbox][ch4.sys] atom H3 hydrogen -1.20000000 1.20000000 -1.20000000
AtomSet:addAtom: species hydrogen is undefined
AtomCmd: could not add atom H3
[qbox][ch4.sys] atom H4 hydrogen -1.20000000 -1.20000000 1.20000000
AtomSet:addAtom: species hydrogen is undefined
AtomCmd: could not add atom H4
[qbox][ch4.sys] End of command stream
[qbox] set ecut 35
[qbox] set xc PBE
[qbox] set wf_dyn PSDA
[qbox] set ecutprec 2
[qbox] randomize_wf
[qbox] set xc PBE
[qbox] run 0 50
RunCmd: no states, cannot run
[qbox] End of command stream
<real_time> 0.18901896 </real_time>
<end_time> 2009-04-10T17:03:42Z </end_time>
</fpmd:simulation>