Repeating times found--ambiguous target

38 views
Skip to first unread message

Subin Adhikari

unread,
Feb 23, 2022, 12:47:00 AM2/23/22
to NWChem Forum
Dear users and developers,

In order to extract the x-dipole moment for the x-kick I ran the following command and  got the error as shown below. This issue has been raised once without any solution (https://nwchemgit.github.io/Special_AWCforum/st/id2767/nw_rtparse.py.html).

Any insight would help. Thanking you.
Regards
SA

__________________________________________________________________
$python3 ./nw_rtparse.py -xdipole -px -tkick_x vol1.out > x.dat
Traceback (most recent call last):
  File "./nw_rtparse.py", line 381, in <module>
    main()
  File "./nw_rtparse.py", line 325, in main
    data1 = postprocess_check (opts, data1)
  File "./nw_rtparse.py", line 79, in postprocess_check
    raise Exception ("Error: Repeating times found--ambiguous target.  Multiple geometries?  Using closedshell target for openshell or spin-orbit?")
Exception: Error: Repeating times found--ambiguous target.  Multiple geometries?  Using closedshell target for openshell or spin-orbit?

Edoardo Aprà

unread,
Feb 23, 2022, 3:23:27 AM2/23/22
to NWChem Forum
Could you post the files that resulted in this error?

Subin Adhikari

unread,
Feb 23, 2022, 8:50:01 AM2/23/22
to NWChem Forum
Hi,
The input and output files are attached.
Thanks.
SA
vol1.inp
vol1.out

Edoardo Aprà

unread,
Feb 23, 2022, 1:34:53 PM2/23/22
to NWChem Forum
As the error message is implying, you are analyzing an open-shell output while the default for nw_rtparse.py is closed-shell.
Looking at the nw_rtparse.py options by examining the output of nw_rtparse.py - h shows you how to fix your problem

$ python3 nw_rtparse.py -h | grep clo
  -s STR, --spin=STR    target spin: closedshell (default), alpha, beta, total

If you use the option -s total, then the error message vanishes.

nw_rtparse.py -s total xdipole -px -tkick_x vol1.out > x.dat

Subin Adhikari

unread,
Feb 23, 2022, 2:16:25 PM2/23/22
to nwchem...@googlegroups.com
Thank you Edoardo for the clarification. Will proceed with it.
SA 

--
You received this message because you are subscribed to a topic in the Google Groups "NWChem Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/nwchem-forum/ubPQxbM1U6U/unsubscribe.
To unsubscribe from this group and all its topics, send an email to nwchem-forum...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nwchem-forum/3d6cfb37-596e-4bca-a140-7edf3f42b588n%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages