Chemical drawing with Python
Project description
applique
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.
Usage
So for example you load a molfile like this
mol_file_benzene = "tests/molecules/benzene.mol"
benzene = benzene.from_mol(mol_file_benzene)
Then write like this
file_name_benzene = "./tests/molecules/benzene.xyz"
coordinates = self.benzene.struct3D() #you can omit if you don't want to preoptimize the structure.
write_xyz(self.benzene, file_name_benzene)
Project details
Release history Release notifications | RSS feed
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.0.tar.gz
(17.0 kB
view details)
Built Distribution
applique-0.1.0-py3-none-any.whl
(15.0 kB
view details)
File details
Details for the file applique-0.1.0.tar.gz
.
File metadata
- Download URL: applique-0.1.0.tar.gz
- Upload date:
- Size: 17.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2cb70d466ff42f7dcff1e2e97b34305b876da8b5a3344f6b614c29f9f2dd1b3 |
|
MD5 | 0d7c19f3d7c346750717c5cdacf3538d |
|
BLAKE2b-256 | d778fe3d2ff9dbe738432aa1f1765c654a50f953455207ebdc983fd8ee7dd56e |
File details
Details for the file applique-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: applique-0.1.0-py3-none-any.whl
- Upload date:
- Size: 15.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 226abe2b1ac39fd6062fb96db7e7fb7176628f468f762e8c0c90aafc354983d0 |
|
MD5 | 3f0a7d00d705271d02025a172ede4db5 |
|
BLAKE2b-256 | 1618abd384cdd25588b4ac245a9a3d901e9c279a916eca662f988328d429fe7d |