Hi Anders,
I am using 2014.2 however the movie tool plugin is still inactive. Is it active only for MD simulations, not the geometry optimization?
I have also tried by nlread (as follows), and able to get the coordinates, but not the lattice parameters. The bravais_lattice command is not working.
trajectory = nlread('geo_op_trajectory.nc', object_id='gID001')[0]
for ix,image in enumerate(trajectory.images()):
elements = image.elements()
print len(elements)
print 'Image %i' % ix
for elem,coords in zip(elements,image.cartesianCoordinates()):
print elem.symbol(),
for i in coords:
print i.inUnitsOf(Angstrom),
print
Thanks
Ramkrishna
vectors=image.bravaisLattice()
Please check that you have the latest version of the Reference Manual
http://www.quantumwise.com/documents/manuals/latest/ReferenceManual/index.html/ref.bulkconfiguration.html