{"id":29656532,"url":"https://github.com/zincware/znmdakit","last_synced_at":"2025-07-22T08:35:58.085Z","repository":{"id":278779712,"uuid":"762194923","full_name":"zincware/znmdakit","owner":"zincware","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-02T19:34:54.000Z","size":726,"stargazers_count":1,"open_issues_count":9,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-03T10:47:56.329Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zincware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-02-23T09:23:16.000Z","updated_at":"2025-04-08T06:13:50.000Z","dependencies_parsed_at":"2025-04-02T10:24:16.705Z","dependency_job_id":"d053253a-f5ea-4ba9-a398-6ec5d05e61f8","html_url":"https://github.com/zincware/znmdakit","commit_stats":null,"previous_names":["zincware/znmdakit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zincware/znmdakit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zincware%2Fznmdakit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zincware%2Fznmdakit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zincware%2Fznmdakit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zincware%2Fznmdakit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zincware","download_url":"https://codeload.github.com/zincware/znmdakit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zincware%2Fznmdakit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266456402,"owners_count":23931404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-22T08:35:50.764Z","updated_at":"2025-07-22T08:35:58.071Z","avatar_url":"https://github.com/zincware.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![ZnTrack](https://img.shields.io/badge/Powered%20by-ZnTrack-%23007CB0)](https://zntrack.readthedocs.io/en/latest/)\n[![zincware](https://img.shields.io/badge/Powered%20by-zincware-darkcyan)](https://github.com/zincware)\n\n# ZnMDAKit\n\n[ZnTrack](https://github.com/zincware/ZnTrack) enabled [MDAnalysis Toolkits](https://mdakits.mdanalysis.org/) with full parameter and result tracking capabilities.\n\n## Example\n\n```python\nimport znmdakit\n\nproject = znmdakit.Project()\n\nwith project:\n\n    system = ips.Smiles2Gromacs(\n        smiles=[BMIM, BF4],\n        density=0.5,\n        count=[64, 64],\n        labels=[\"Im\", \"BF\"],\n        config_files=mdp_files,\n        fudgeLJ=1,\n        fudgeQQ=1,\n        itp_files=itps,\n        pdb_files=pdbs,\n        tolerance=1.8,\n        cleanup=True,\n        maxwarn=0,\n    )\n\n    universe = znmdakit.Universe(\n        # data_file=znflow.resolve(system.traj_file), # hotfix for https://github.com/zincware/ZnTrack/pull/875\n        data=system.frames, # can be either one\n        residues={\"BF\": BF4, \"Im\": BMIM},\n    )\n\nwith project.group(\"BF4\"):\n    znmdakit.InterRDF(\n        universe=universe.universe,\n        g1=\"name COM and resname BF\", # replace with e.g. name O and set apply_com_transform=False\n        g2=\"name COM and resname BF\",\n        nbins=1000,\n        apply_com_transform=True,\n    )\n    msd = znmdakit.EinsteinMSD(\n        universe=universe.universe,\n        select=\"name COM and resname BF\",\n        timestep=0.001, # ps\n        sampling_rate=1000, # ps\n        apply_com_transform=True,\n    )\n\n    znmdakit.SelfDiffusionFromMSD(\n        data=msd,\n        start_time=2000,\n        end_time=7000,\n        always_changed=False,\n    )\n\nproject.build()\n```\n\n## Available Nodes\n- `znmdakit.RDF`\n- `znmdakit.EinsteinMSD`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzincware%2Fznmdakit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzincware%2Fznmdakit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzincware%2Fznmdakit/lists"}