Some trouble with examples
Posted: Tue Jan 16, 2018 4:38 pm
Hi everybody
I am a newbie FB user. I just installed it and try to run the included examples. For water tutorial ones everything is fine, but when I sent liquid bromine optimization I got an error messagge:
#========================================================#
#| Main Optimizer |#
#| Newton-Raphson Method (Adaptive Trust Radius) |#
#| |#
#| Convergence criteria (1 of 3 needed): |#
#| Objective Function : 5.000e-01 |#
#| Norm of Gradient : 1.000e-02 |#
#| Parameter step size : 5.000e-02 |#
#========================================================#
#========================================================================#
#| Color Key for Objective Function -=X2=- |#
#| Bold = Initial step |#
#| Green = Current lowest value of objective function (best estimate) |#
#| Red = Objective function rises, step rejected |#
#| No color = Not at the lowest value |#
#========================================================================#
#========================================================#
#| Iteration 0: Evaluating objective function |#
#| and derivatives through second order |#
#========================================================#
#========================================================#
#| Target: LiquidBromine - launching MD simulations |#
#| Time steps: 1000 (eq) + 50000 (md) |#
#========================================================#
Running condensed phase simulation locally.
You may tail -f /home/manuel/Descargas/forcebalance-v1.3.1/studies/003_liquid_bromine/optimize.tmp/LiquidBromine/iter_0000/298.15K-1.0atm/npt.out in another terminal window
Executing process: bash rungmx.sh python npt.py gromacs 298.150 1.000 Output: npt.out
Received an error message:
[====] Error Message [====]
Traceback (most recent call last):
File "npt.py", line 62, in <module>
from forcebalance.forcefield import FF
ImportError: No module named forcebalance.forcefield
real 0m0.060s
user 0m0.046s
sys 0m0.013s
bzip2: Can't open input file npt_result.p: No such file or directory.
I checked installation again and it seems to be fine. Am I missing something? Thanks in advance
I am a newbie FB user. I just installed it and try to run the included examples. For water tutorial ones everything is fine, but when I sent liquid bromine optimization I got an error messagge:
#========================================================#
#| Main Optimizer |#
#| Newton-Raphson Method (Adaptive Trust Radius) |#
#| |#
#| Convergence criteria (1 of 3 needed): |#
#| Objective Function : 5.000e-01 |#
#| Norm of Gradient : 1.000e-02 |#
#| Parameter step size : 5.000e-02 |#
#========================================================#
#========================================================================#
#| Color Key for Objective Function -=X2=- |#
#| Bold = Initial step |#
#| Green = Current lowest value of objective function (best estimate) |#
#| Red = Objective function rises, step rejected |#
#| No color = Not at the lowest value |#
#========================================================================#
#========================================================#
#| Iteration 0: Evaluating objective function |#
#| and derivatives through second order |#
#========================================================#
#========================================================#
#| Target: LiquidBromine - launching MD simulations |#
#| Time steps: 1000 (eq) + 50000 (md) |#
#========================================================#
Running condensed phase simulation locally.
You may tail -f /home/manuel/Descargas/forcebalance-v1.3.1/studies/003_liquid_bromine/optimize.tmp/LiquidBromine/iter_0000/298.15K-1.0atm/npt.out in another terminal window
Executing process: bash rungmx.sh python npt.py gromacs 298.150 1.000 Output: npt.out
Received an error message:
[====] Error Message [====]
Traceback (most recent call last):
File "npt.py", line 62, in <module>
from forcebalance.forcefield import FF
ImportError: No module named forcebalance.forcefield
real 0m0.060s
user 0m0.046s
sys 0m0.013s
bzip2: Can't open input file npt_result.p: No such file or directory.
I checked installation again and it seems to be fine. Am I missing something? Thanks in advance