Skip to main content

link-rep-to-pd-code

Evaluate a textual link representation as one canonically numbered PD code.

Installation

pip install link-rep-to-pd-code

Usage example

from link_rep_to_pd_code import link_rep_to_pd_code

text = """K3a1: [[1,5,2,4],[3,1,4,6],[5,3,6,2]]
[K3a1, K3a1]
L[1, 1]#L[2, 1]
"""
pd = link_rep_to_pd_code(text)
print(pd)

Algorithm

The parser resolves every factor name to its PD definition and records a representative label for every original component. Join terms are processed in order. Each oriented connected sum returns old-to-new label maps; those maps update every representative in both merged clusters, including factors merged earlier. The final PD code is topologically normalized, sorted, and relabelled contiguously.

Input conventions

A PD code is represented as a list of four-entry crossings. Arc labels normally occur exactly twice. Public functions validate inputs and return new values rather than mutating caller-owned data unless their API explicitly says otherwise.

External software

No external software is required.

Development

Run examples and package checks before release. Python packages require Python 3.10 or newer. Build PyPI artifacts with:

poetry check
poetry build

License

MIT. See LICENSE.

Download files

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

Source Distribution

link_rep_to_pd_code-0.1.1.tar.gz (4.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

link_rep_to_pd_code-0.1.1-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page