virialize


Namevirialize JSON
Version 0.1.3 PyPI version JSON
download
home_pageNone
SummaryCalculates the osmotic second virial coefficient (B2), and dissociation constant (Kd), for two rigid (macro)molecules, e.g. globular proteins. Done by explicit summation of the partition function in six dimensions (angular space and rigid-body separation). Calvados 3 parameters for use with coarsed grained amino acids are provided, but any pair-wise additivie potential can be used.
upload_time2024-12-02 20:16:23
maintainerNone
docs_urlNone
authorMikael Lund <lyssky@icloud.com>
requires_pythonNone
licenseApache-2.0
keywords pairwise_interaction bioinformatics virial_coefficient dissociation_constant
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Angular Scan

This iterates over all intermolecular poses between two rigid molecules.
For each pose, defined by two quaternions and a mass center separation, the
intermolecular interaction energy is calculated.

For each mass center separation, _r_, the partition function,
$Q(r) = \sum e^{-\beta u(r)}$, is explicitly
evaluated, whereby we can obtain the free energy, $w(r) = -kT \ln \langle e^{-\beta u(r)} \rangle$ and
the thermally averaged energy, $u(r) = \sum u(r)e^{-\beta u(r)} / Q$.

![Angular Scan](assets/illustration.png)

## Usage

The command-line tool `virialize` does the 6D scanning and calculates the potential of mean force, w(r) which
is used to derive the 2nd virial coefficient and twobody dissociation constant.
Two input structures are requires (`.xyz` format) and all particle types must be defined in the topology file.
The topology files also defines the particular pair-potential to use. Note that currently, a coulomb potential
is automatically added and should hence not be specified in the topology.

```console
virialize scan --icotable -1 cppm-p18.xyz -2 cppm-p00.xyz --rmin 40.5 --rmax 60 --dr 1.0 --top topology.yaml --resolution 0.6 --molarity 0.05
```

## Create `pip` package using Maturin

This is for development purposes only.

```console
pip install ziglang pipx
pipx install maturin # on ubuntu; then restart shell
maturin publish --target=x86_64-unknown-linux-gnu --zig
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "virialize",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "pairwise_interaction, bioinformatics, virial_coefficient, dissociation_constant",
    "author": "Mikael Lund <lyssky@icloud.com>",
    "author_email": "Mikael Lund <lyssky@icloud.com>",
    "download_url": "https://files.pythonhosted.org/packages/16/6e/f7d1df8da6038508636a1d1753b9235a1d08a6d4368469d653ff73be7d5d/virialize-0.1.3.tar.gz",
    "platform": null,
    "description": "# Angular Scan\n\nThis iterates over all intermolecular poses between two rigid molecules.\nFor each pose, defined by two quaternions and a mass center separation, the\nintermolecular interaction energy is calculated.\n\nFor each mass center separation, _r_, the partition function,\n$Q(r) = \\sum e^{-\\beta u(r)}$, is explicitly\nevaluated, whereby we can obtain the free energy, $w(r) = -kT \\ln \\langle e^{-\\beta u(r)} \\rangle$ and\nthe thermally averaged energy, $u(r) = \\sum u(r)e^{-\\beta u(r)} / Q$.\n\n![Angular Scan](assets/illustration.png)\n\n## Usage\n\nThe command-line tool `virialize` does the 6D scanning and calculates the potential of mean force, w(r) which\nis used to derive the 2nd virial coefficient and twobody dissociation constant.\nTwo input structures are requires (`.xyz` format) and all particle types must be defined in the topology file.\nThe topology files also defines the particular pair-potential to use. Note that currently, a coulomb potential\nis automatically added and should hence not be specified in the topology.\n\n```console\nvirialize scan --icotable -1 cppm-p18.xyz -2 cppm-p00.xyz --rmin 40.5 --rmax 60 --dr 1.0 --top topology.yaml --resolution 0.6 --molarity 0.05\n```\n\n## Create `pip` package using Maturin\n\nThis is for development purposes only.\n\n```console\npip install ziglang pipx\npipx install maturin # on ubuntu; then restart shell\nmaturin publish --target=x86_64-unknown-linux-gnu --zig\n```\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Calculates the osmotic second virial coefficient (B2), and dissociation constant (Kd), for two rigid (macro)molecules, e.g. globular proteins. Done by explicit summation of the partition function in six dimensions (angular space and rigid-body separation). Calvados 3 parameters for use with coarsed grained amino acids are provided, but any pair-wise additivie potential can be used.",
    "version": "0.1.3",
    "project_urls": null,
    "split_keywords": [
        "pairwise_interaction",
        " bioinformatics",
        " virial_coefficient",
        " dissociation_constant"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cd575a5d3eed4586f637902cccf47557a726678e32014c9e000a9dba87f25bbd",
                "md5": "2c89725bc0139a7c309b8b977e57c787",
                "sha256": "f1ccdc121a4c627c6ca501433695efbb5889de8320be24fc3ccdce52d42cc149"
            },
            "downloads": -1,
            "filename": "virialize-0.1.3-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2c89725bc0139a7c309b8b977e57c787",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 1504237,
            "upload_time": "2024-12-02T20:16:20",
            "upload_time_iso_8601": "2024-12-02T20:16:20.453268Z",
            "url": "https://files.pythonhosted.org/packages/cd/57/5a5d3eed4586f637902cccf47557a726678e32014c9e000a9dba87f25bbd/virialize-0.1.3-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "166ef7d1df8da6038508636a1d1753b9235a1d08a6d4368469d653ff73be7d5d",
                "md5": "7f0d6f32269f082014dda79b2468561c",
                "sha256": "e9c1205a5235f1d213eaab69b6e67b12aa6a07368f4529f60865eb1d4c4487c0"
            },
            "downloads": -1,
            "filename": "virialize-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "7f0d6f32269f082014dda79b2468561c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1716526,
            "upload_time": "2024-12-02T20:16:23",
            "upload_time_iso_8601": "2024-12-02T20:16:23.367652Z",
            "url": "https://files.pythonhosted.org/packages/16/6e/f7d1df8da6038508636a1d1753b9235a1d08a6d4368469d653ff73be7d5d/virialize-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-02 20:16:23",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "virialize"
}
        
Elapsed time: 0.82282s