Skip to content

order parameter #4

@omkantnirala

Description

@omkantnirala

When i am using to find out order parameter it is giving error like as,

Order: A tool to characterize the local structure of liquid water
by geometric order parameters

Traceback (most recent call last):
File "/home/workstation/anaconda3/lib/python3.5/site-packages/order/XYZ.py", line 68, in read_next_frame
self.box_size[frame] = np.array(list(map(float, box)), dtype=np.float)
ValueError: could not convert string to float: 'OW'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/workstation/anaconda3/bin/order", line 11, in
load_entry_point('iOrder==0.0.3', 'console_scripts', 'order')()
File "/home/workstation/anaconda3/lib/python3.5/site-packages/order/order.py", line 43, in command_line_runner
reader = XYZ.XYZLoader(args['input'])
File "/home/workstation/anaconda3/lib/python3.5/site-packages/order/XYZ.py", line 35, in init
self.read_all_frames()
File "/home/workstation/anaconda3/lib/python3.5/site-packages/order/XYZ.py", line 102, in read_all_frames
self.read_next_frame(frame)
File "/home/workstation/anaconda3/lib/python3.5/site-packages/order/XYZ.py", line 78, in read_next_frame
raise EOFError(err)
EOFError: could not convert string to float: 'OW'

How Can i remove that error. Can anybody help me regarding this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions