Page 1 of 1

Molecular dynamics simulation of fatty acid lipids

Posted: Sun Nov 10, 2019 5:31 am
by qwert
The following error occurred when running forcebalance first step ForceBalance.py very_simple.in:
Traceback (most recent call last):
File "/home/wangpenglai/anaconda2/bin/ForceBalance.py", line 39, in Run_ForceBalance
objective = Objective(options, tgt_opts, forcefield)
File "/home/wangpenglai/anaconda2/lib/python2.7/site-packages/forcebalance/objective.py", line 134, in __init__
else: Tgt = Implemented_Targets[opts['type']](options,opts,forcefield)
File "/home/wangpenglai/anaconda2/lib/python2.7/site-packages/forcebalance/gmxio.py", line 1428, in __init__
super(AbInitio_GMX,self).__init__(options,tgt_opts,forcefield)
File "/home/wangpenglai/anaconda2/lib/python2.7/site-packages/forcebalance/abinitio.py", line 145, in __init__
self.mol = Molecule(os.path.join(self.root,self.tgtdir,self.coords))

ValueError: The truth value of an array with more than one element is ambiguous.


ValueError: The truth value of an array with more than one element is ambiguous.

I don't know how to solve it, I hope you can see for help.