Hello,
In the past, I’ve seen this error occur when the progress coordinate value does not fall into the user-defined bin-spacing. For instance, if your binning scheme was defined as: [0, 5, 10, 100] and your progress coordinate ended up being 101, you would get that error because there are no “bounded” bins after 100, you would have to add ‘inf’ after 100 to get that to work.
Let’s check two things:
We can start with those things and then look closer and see what is going on.
Anthony
--
You received this message because you are subscribed to the Google Groups "westpa-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to westpa-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/westpa-users/a8b7129e-c488-404b-9853-b753f0abe8bbn%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/westpa-users/F549AA74-8440-48ED-B853-F1658614761C%40hxcore.ol.
Hi Zhiyi,
Can you try adding a zero to the start of your bin definition? Like this: [0, 1.7, 1.8, etc.]. Let me know what happens then. Perhaps there is a value below 1.7 occurring, in which case it would throw that error. I’ll think a little more about this, but give this a try for now.
Best,
Anthony
To view this discussion on the web visit https://groups.google.com/d/msgid/westpa-users/6AEB12E6-5DA4-4652-906F-E6F4DDF5EDBD%40gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/westpa-users/1D1E811E-186E-4711-840C-9F341EB66B1C%40hxcore.ol.
Hi Zhiyi,
I’m glad to hear that it is now running. Let us know if you run into any further errors.
Are you using multiple basis states for your simulation? And do you have gen_istates turned on in the west.cfg? I’m trying to think of why you would get that error, since it shouldn’t matter if you have a 0 there or not if your cv does not reach below 1.7. Do you see any cv values below 1.7 after your simulation has run for some time?
To view this discussion on the web visit https://groups.google.com/d/msgid/westpa-users/5D17E230-4DCC-417D-9053-7D581A7A91DC%40gmail.com.
Are you using multiple basis states for your simulation?
And do you have gen_istates turned on in the west.cfg?
Do you see any cv values below 1.7 after your simulation has run for some time?
To view this discussion on the web visit https://groups.google.com/d/msgid/westpa-users/C064B690-159A-4D13-A09B-BDB22E82815F%40hxcore.ol.