Skip to content
Snippets Groups Projects
Commit ed9c2727 authored by Mohamed, Fawzi Roberto (fawzi)'s avatar Mohamed, Fawzi Roberto (fawzi)
Browse files

more renames from web_public

parent 326e4d61
Branches backup-05-08
No related tags found
No related merge requests found
......@@ -206,8 +206,8 @@ def parse(output_file_name):
refs_system_description.append(gid)
# Configuration core
atom_labels = np.array([ atom['atom_name'].As() for atom in frame.atoms ])
push_array_values(jbe, atom_labels, 'atom_label')
push_array_values(jbe, frame.position_matrix, 'atom_position')
push_array_values(jbe, atom_labels, 'atom_labels')
push_array_values(jbe, frame.position_matrix, 'atom_positions')
push_array_values(jbe, frame.box_matrix, 'simulation_cell')
push_array_values(jbe, frame.pbc_booleans, 'configuration_periodic_dimensions')
if frame.has_velocities:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment