Skip to main content

Create input files for QDng calculations

Project description

Python package for making QDng calculations inputs

Module:

  • inpxml.py: InpXML class with methods designed for the creation of xml structures intended as input files for quantum chemistry calculations with QDng package. Requires lxml.

Example:

propapar = {'dt': 0.165697, 'steps': 500, 'wcycle': 100, 'dir': 'propa_files', 'nfile': 'norm'}
prop = InpXML()
prop.program('propa', propapar, WFpar)
prop.propagation('Cheby', Hparams)
prop.addfilter('filterpost', {'expeconly':{'name':'Flux', 'int':'True'}})
prop.show()

Output: <qdng> <propa dt="0.165697" steps="500" wcycle="100" dir="propa_files" nfile="norm"> <propagator name="Cheby"> <hamiltonian name="Sum"> <T name="GridNablaSq" mass="1240"/> <V name="GridPotential" file="pot_Vg"/> </hamiltonian> </propagator> <wf file="wfguess"/> <filterpost> <expeconly name="Flux" int="True"/> </filterpost> </propa> </qdng>

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

pqinput-0.0.2.tar.gz (6.3 kB view details)

Uploaded Source

Built Distribution

pqinput-0.0.2-py3-none-any.whl (14.2 kB view details)

Uploaded Python 3

File details

Details for the file pqinput-0.0.2.tar.gz.

File metadata

  • Download URL: pqinput-0.0.2.tar.gz
  • Upload date:
  • Size: 6.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.13

File hashes

Hashes for pqinput-0.0.2.tar.gz
Algorithm Hash digest
SHA256 8a5d20231ae8c87094ac2179fc0a44bfbc30e5b816d482c6b37820c9591771d1
MD5 f8c245d2d0422375bae02c01e0501575
BLAKE2b-256 56934c27896be297850ab4857256b204767950d72151043af63bf7d7b5bda2e7

See more details on using hashes here.

File details

Details for the file pqinput-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: pqinput-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 14.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.13

File hashes

Hashes for pqinput-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 b3532de68357f8127796e8928d654375e21e380e777deb61c1f6c0235c772412
MD5 d143d77168eb47959255ab67b15d40f7
BLAKE2b-256 02ee32ea69a005998571adf754156b812d96baccfaf84e87ef217ea2158d9d19

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