polyply_1.0 icon indicating copy to clipboard operation
polyply_1.0 copied to clipboard

Generate input parameters and coordinates for atomistic and coarse-grained simulations of polymers, ssDNA, and carbohydrates

Results 75 polyply_1.0 issues
Sort by recently updated
recently updated
newest added

For some edge cases the exclusions are incorrectly expanded. I'm investigating

enhancement

Except if you explicitly target python < 3.6, you may not need the OrderedDict anymore. Starting with python 3.6, dictionaries are insertion ordered, from python 3.7 it is not considered...

version2

Patch neutral termini for AAs

- Effectively the molecules take up as much space as the meta-molecules. - analyzing the actual memory consumption of attributes is close to impossible

version2

I suggest passing the file handle as argument, rahter than the filepath. That way reading e.g. compressed files or network streams becomes possible rather than painful _Originally posted by @pckroon...

version2

There is one logic fault with regard to chirality in the current package. If the chiral atoms are all in one residue currently we build only one template. But if...

bug

Currently because each molecule in a system is represented by one graph memory consumption for large systems is huge and system sizes are limited to 3 million particles. This can...

version2

I think now the programs does all operations on float64(s), but would be more memory efficient to switch to use 32 if the accuracy permits it.

version2

One rate limiting operation is whenever a processor has to loop over the complete molecule list and pick molecules based on certain conditions like are they solvents, are they build....

version2