Thanks so much for your response, it was very helpful. I ended up running the THF example successfully and have began a RMC simulation on my PDF/HEXS data set on cobalt cubane complexes in water. Attached is my run.py file, a super cell model of the cobalt cubane (no solvent) and a comparison between the current RMC simulation output with the experimental data. Would you also be able to look at the following error message I received? Any comments and pointers would be greatly appreciated (error message is below)
2020-04-02 10:25:26 - fullrmc <INFO> @0 Gen:6681600 - Tr:5832345(87.290%) - Acc:5832345(87.290%) - Rem:0(0.000%) - Err:nan
2020-04-02 10:25:26 - fullrmc <INFO> @0 Runtime saving ... DON'T INTERRUPT
2020-04-02 10:25:28 - fullrmc <INFO> @0 Runtime save is successful
2020-04-02 10:25:28 - pdbparser <INFO> All records successfully exported to 'restart.pdb'
2020-04-02 10:25:28 - fullrmc <INFO> Engine @0 finishes executing all '111360' steps in 0(days) 0:18:31
2020-04-02 10:25:29 - fullrmc <ERROR> group index must be smaller than number of atoms in pdb
2020-04-02 10:25:29 - fullrmc <ERROR> None
Traceback (most recent call last):
File "<ipython-input-1-d70430196c51>", line 1, in <module>
runfile('C:/Users/emily/Desktop/Co cubane RMC/run.py', wdir='C:/Users/emily/Desktop/Co cubane RMC')
File "C:\Users\emily\Anaconda3\lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 827, in runfile
execfile(filename, namespace)
File "C:\Users\emily\Anaconda3\lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 110, in execfile
exec(compile(f.read(), filename, 'exec'), namespace)
File "C:/Users/emily/Desktop/Co cubane RMC/run.py", line 694, in <module>
bonds_all(ENGINE)
File "C:/Users/emily/Desktop/Co cubane RMC/run.py", line 411, in bonds_all
ENGINE.set_groups(groups)
File "C:\Users\emily\Anaconda3\lib\site-packages\fullrmc\Engine.py", line 2039, in set_groups
raise Exception(LOGGER.error(err))
Exception: None