Skip to main content

Package for reading of .xyz files and constructing of molecular graphs from atomic coordinates.

Project description

xyz2graph

PyPI version Python Version License

PyPI Downloads GitHub Stars GitHub Forks Documentation Status

"Buy Me A Coffee" Stand With Ukraine

A lightweight Python package for reading XYZ files and creating interactive molecular visualizations. Convert molecular structures into 3D visualizations using Plotly or analyze them as NetworkX graphs.

Features

  • Read and parse XYZ molecular structure files
  • Generate interactive 3D molecular visualizations using Plotly
  • Convert molecular structures to NetworkX graphs for analysis
  • Command-line interface for quick visualizations

Documentation

Full documentation is available at https://zotko.github.io/xyz2graph

Installation

pip install xyz2graph

Requirements

  • Python 3.8+
  • NumPy
  • Plotly
  • NetworkX

Usage

Basic Usage

from xyz2graph import MolGraph

# Create molecular graph and read XYZ file
mg = MolGraph()
mg.read_xyz('molecule.xyz')

# Generate interactive 3D visualization
fig = mg.to_plotly()
fig.show()

# Convert to NetworkX graph
G = mg.to_networkx()

Command Line

# Save visualization as HTML
xyz2graph molecule.xyz

# Specify output file
xyz2graph molecule.xyz --output visualization.html

# Open directly in browser
xyz2graph molecule.xyz --browser

Examples

Example XYZ files can be found in the examples directory.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Citation

If you use xyz2graph in your research, please cite:

@misc{xyz2graph,
  author       = {Zotko, Mykola},
  title        = {xyz2graph: Molecular Structure Visualization},
  year         = {2018},
  publisher    = {GitHub},
  url          = {https://github.com/zotko/xyz2graph}
}

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

xyz2graph-3.0.7.tar.gz (668.6 kB view details)

Uploaded Source

Built Distribution

xyz2graph-3.0.7-py3-none-any.whl (11.7 kB view details)

Uploaded Python 3

File details

Details for the file xyz2graph-3.0.7.tar.gz.

File metadata

  • Download URL: xyz2graph-3.0.7.tar.gz
  • Upload date:
  • Size: 668.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for xyz2graph-3.0.7.tar.gz
Algorithm Hash digest
SHA256 1dd8c44a9616849ae16ebbb73c5c6c8e273ceb1354386e4aabb64572213bc6e7
MD5 c7dffaf7860ea033fdb7e6a1d73f369a
BLAKE2b-256 bf1384af9cd1261b502583cbd8d21c8392497afe047140411ed0d2af183d398a

See more details on using hashes here.

Provenance

The following attestation bundles were made for xyz2graph-3.0.7.tar.gz:

Publisher: publish.yml on zotko/xyz2graph

Attestations:

File details

Details for the file xyz2graph-3.0.7-py3-none-any.whl.

File metadata

  • Download URL: xyz2graph-3.0.7-py3-none-any.whl
  • Upload date:
  • Size: 11.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for xyz2graph-3.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 bc3c93511e8de7b96022cf5c61af02ffb7341e346e2cbac822f3904f2126f64d
MD5 346f62c96bff05af907131f9537acf61
BLAKE2b-256 a6a51b158271e1a30083e282b9df21a238af5a295c410ea1d1388c8702d2a584

See more details on using hashes here.

Provenance

The following attestation bundles were made for xyz2graph-3.0.7-py3-none-any.whl:

Publisher: publish.yml on zotko/xyz2graph

Attestations:

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