Skip to content

Value error in get_positions( ) #713

@GaryLZW

Description

@GaryLZW

Hi,

I am trying to debug this ValueError in get_positions( ). Is this something with a known solution?

This is using a gap potential to perform minima hopping. I used quippy-ase 0.9.14 and ase 3.25.0. The same setting worked for me before.

File "/shared/home1/c.c22015584/quip/lib/python3.10/site-packages/quippy/potential.py", line 238, in calculate
self._quip_atoms = quippy.convert.ase_to_quip(self.atoms,
File "/shared/home1/c.c22015584/quip/lib/python3.10/site-packages/quippy/convert.py", line 102, in ase_to_quip
quip_atoms.pos[:] = ase_atoms.get_positions().T.copy()
File "/shared/home1/c.c22015584/quip/lib/python3.10/site-packages/quippy/atoms_types_module.py", line 4106, in pos
pos = f90wrap.runtime.get_array(f90wrap.runtime.sizeof_fortran_t,
ValueError

The quip binary seems to fit the potential successfully, so I am confused.

params_stage_2_iter_2.txt
error19018.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions