Skip to main content

Rotation Angle Limit Finder

Project description

ralf

Rotation Angle Limit Finder

ralflogo

GitHub Repo Stars PyPI - Downloads PyPI PyPI - License

Online Documentation

Click here to read the documentation

Usage

ralf includes a single function get_rotation_limit, which can be imported and used as shown below:

from ralf import get_rotation_limit

limit = get_rotation_limit(
  r"test/data/segphos.pdb",
  23,
  6,
  cutoff_distance=1.8,
)

Arguments are as follows:

  • pdb_path (str): PDB file for molecule.
  • axis_atom_1 (int): ID of first atom bound in chiral axis.
  • axis_atom_2 (int): ID of second atom bound in chiral axis.
  • cutoff_distance (float, optional): Distance considered overlapping, in Angstrom. Defaults to 1.6.

get_rotation_limit returns the maximum rotation angle in degrees.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ralf-0.0.1.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

ralf-0.0.1-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page