mdanalysis icon indicating copy to clipboard operation
mdanalysis copied to clipboard

Bond guessing double specified in Universe.__init__

Open lilyminium opened this issue 1 year ago • 0 comments
trafficstars

Expected behavior

Bond guessing is turned on in two ways in Universe creation: to_guess("bonds") or guess_bonds=True. The latter should probably be deprecated , as well as the other kwargs related to bond guessing (fudge_factor and friends).

Current version of MDAnalysis

  • Which version are you using? (run python -c "import MDAnalysis as mda; print(mda.__version__)")
  • Which version of Python (python -V)?
  • Which operating system?

lilyminium avatar Oct 20 '24 10:10 lilyminium