Skip to main content

Chemical drawing with Python

Project description

applique

Downloads License: GPL v3 Python Versions Code style: black PyPI - Version

applique is a simple program that can write .xyz file from .mol files. It really is just a missing puzzle piece in the quantum chemistry world, as some molecular editors went corrupt. Now one can use common Quantum Chemistry software again. It mimics Avogadros behaviour.

Nothing special.

Installation

Simple as always

pip install applique

Usage

Cli

In your venv

applique --i in_file.mol --o out_file.xyz

Easy peasy

Programs

Within programs for example you load a molfile like this

from applique.molecule import Molecule as Mol

mol_file_benzene = "tests/molecules/benzene.mol"
benzene = Mol().from_mol(mol_file_benzene)

Then write the .xyz like this

from applique.writer import write_xyz
from applique.molecule import Molecule as Mol

mol_file_benzene = "tests/molecules/benzene.mol"
benzene = Mol().from_mol(mol_file_benzene)
file_name_benzene = "./tests/molecules/benzene.xyz"
coordinates = benzene.struct3D() #you can omit if you don't want to preoptimize the structure.
write_xyz(self.benzene, file_name_benzene)

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

applique-0.1.4.tar.gz (16.4 kB view details)

Uploaded Source

Built Distribution

applique-0.1.4-py3-none-any.whl (16.5 kB view details)

Uploaded Python 3

File details

Details for the file applique-0.1.4.tar.gz.

File metadata

  • Download URL: applique-0.1.4.tar.gz
  • Upload date:
  • Size: 16.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.2

File hashes

Hashes for applique-0.1.4.tar.gz
Algorithm Hash digest
SHA256 c55289be184cfff7924ac00ac6442ed20c1a80e2240726d47fffe2034e562c85
MD5 90dc3935db1e4e92d489f9a9de0e0e3a
BLAKE2b-256 cdcf1d330e85ddaf701b7c9b0be394a59f93b3de69cfe2aa02a5cadc345603b1

See more details on using hashes here.

File details

Details for the file applique-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: applique-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 16.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.2

File hashes

Hashes for applique-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 324c649546fe585f6d285237ef7f819abe00ca9b66a55414ccab58a957e2be47
MD5 e07c225cc36e81b9861794da2fb41b88
BLAKE2b-256 a4224172b73d90c1052cf51f0a00c7cf5df2ae21c7414d7d87e9f5ed42f922d1

See more details on using hashes here.

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