qusers / qsource

Source for the Molecular Dynamics Package Q
Other
6 stars 0 forks source link

Hard coded limits in qprep and qatom #20

Open acmnpv opened 8 years ago

acmnpv commented 8 years ago

Currently there are a number of hard coded limits in both the qatom and the qprep module. Those concern the maximum number of atoms in the FEP file and the maximum number of atoms in a residue. Even though those limits are violated, Q will happily build a topology and try to run it with no chance of succeeding. This should be changed to either

This issue is just for me as a reminder to fix this.