Hello,
(westpa-2.0) [jborowsky@dev1 westpa-16o-hamsm-1]$ ./init.sh
The environment variable WEST_ROOT is not set.
Try running 'source westpa.sh' from the WESTPA installation directory
We'll ignore this for now
simulation westpa-16o-hamsm-1 root is /wynton/home/grabe/jborowsky/aac1/westpa-16o-hamsm-1
System is being built only off of the system driver
Creating HDF5 file '/wynton/home/grabe/jborowsky/aac1/westpa-16o-hamsm-1/west.h5'
0 target state(s) present
Calculating progress coordinate values for basis states.
1 basis state(s) present
Calculating progress coordinate values for start states.
0 start state(s) present
Preparing initial states
Traceback (most recent call last):
File "/wynton/home/grabe/jborowsky/.conda/envs/westpa-2.0/bin/w_init", line 10, in <module>
sys.exit(entry_point())
File "/wynton/home/grabe/jborowsky/.conda/envs/westpa-2.0/lib/python3.9/site-packages/westpa/cli/core/w_init.py", line 112, in entry_point
initialize(
File "/wynton/home/grabe/jborowsky/.conda/envs/westpa-2.0/lib/python3.9/site-packages/westpa/cli/core/w_init.py", line 219, in initialize
sim_manager.initialize_simulation(
File "/wynton/home/grabe/jborowsky/.conda/envs/westpa-2.0/lib/python3.9/site-packages/westpa/core/sim_manager.py", line 363, in initialize_simulation
self.we_driver.populate_initial(initial_states, weights, system)
File "/wynton/home/grabe/jborowsky/.conda/envs/westpa-2.0/lib/python3.9/site-packages/westpa/core/we_driver.py", line 775, in populate_initial
self.assign(segments, initializing=True)
File "/wynton/home/grabe/jborowsky/.conda/envs/westpa-2.0/lib/python3.9/site-packages/westpa/core/we_driver.py", line 365, in assign
for (segment, iidx, fidx) in zip(segments, initial_assignments, final_assignments):
TypeError: 'NoneType' object is not iterable
Thanks,
Jonathan