-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
When I run the FM1 tutorial example with the following execution:
(sire) spadavec@Crandall:~/itx/sire_example/ligandswap$ ligandswap -t0 rec_fmc.top -c0 fmc.30.crd -l0 FM1 -t1 rec_cti.top -c1 cti.30.crd -l1 CTI -C config
Using the files available on the sire website, the calculation seems to proceed fine until the LSRC system constraints are created...
Creating LSRC system constraints...
Adding system monitors...
Creating the Monte Carlo moves to sample the LSRC system...
Using generated random number seed 961626
Energies of this system at lambda == 0...
Traceback (most recent call last):
File "/home/spadavec/miniconda3/envs/sire/share/Sire/scripts/ligandswap.py", line 254, in <module>
LSRC.run(params)
File "/home/spadavec/miniconda3/envs/sire/lib/python3.9/site-packages/sire/legacy/Tools/__init__.py", line 175, in inner
retval = func()
File "/home/spadavec/miniconda3/envs/sire/lib/python3.9/site-packages/sire/legacy/Tools/LSRC.py", line 2062, in run
(lsrc_system,lsrc_moves) = loadInput()
File "/home/spadavec/miniconda3/envs/sire/lib/python3.9/site-packages/sire/legacy/Tools/LSRC.py", line 1895, in loadInput
(lsrc_system,lsrc_moves) = mergeLSRC(sys0,ligand0_mol, sys1,ligand1_mol, watersys)
File "/home/spadavec/miniconda3/envs/sire/lib/python3.9/site-packages/sire/legacy/Tools/LSRC.py", line 1763, in mergeLSRC
(lsrc_sys,lsrc_moves) = createStage(lsrc_sys, sys0, ligand0_mol, ligand1_mol, watersys, AtomResultMatcher(mapping), "lsrc")
File "/home/spadavec/miniconda3/envs/sire/lib/python3.9/site-packages/sire/legacy/Tools/LSRC.py", line 1643, in createStage
printEnergies(system.energies(), sys.stdout)
UserWarning: SireError::incomplete_code: NEED TO WRITE THE CODE FOR NON_STRICT SELECTION OF 1-4 PAIRS (call sire.error.get_last_error_details() for more info)
Any idea what the problem is?
Metadata
Metadata
Assignees
Labels
No labels