question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

PyQuante does not support Python 3 (yet)

See original GitHub issue

Hi all,

I got myself interested in obtaining densities (I believe some QTAIM/ELF/NCI stuff can be easily implemented on top of cclib) and the code in cclib.method.volume seems perfect for that. Unfortunately, it’s heavily based on PyQuante (the lines 208 and 227 are critical), a Python 2 only library.

Is there a way around this? It looks like PyQuante is only used for the spatial representation of wavefunctions. Could it be replaced (or a fallback be used in case PyQuante isn’t available)?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
langnercommented, Oct 6, 2021

Continuing replacement discussion in #1077

1reaction
berquistcommented, Sep 7, 2019

An option is to add pyquante2/Psi4/pyscf/etc bridges, implement volume.getbfs for each one, and then pass this as a function pointer to volume.wavefunction and volume.electrondensity to abstract away this part of the implementation.

Read more comments on GitHub >

github_iconTop Results From Across the Web

PyQuante: Python Quantum Chemistry — PyQuante 1.6.3 ...
PyQuante (Sourceforge Project Page) is an open-source suite of programs for developing quantum chemistry methods. The program is written in the Python ......
Read more >
rpmuller/pyquante2 - GitHub
PyQuante is an open-source suite of programs for developing quantum chemistry methods. The program is written in the Python programming language, but has...
Read more >
PyQuante - PyPI
PyQuante is an open-source suite of programs. for developing quantum chemistry methods. The program is written in the Python programming ...
Read more >
PyQuante - Wikipedia
PyQuante is an open-source (BSD) suite of programs for developing quantum chemistry methods ... The program is written in the Python programming language,...
Read more >
468579 – Review Request: PyQuante - Python Quantum Chemistry
The program is written in the Python programming language, but has many "rate-determining" modules also written in C for speed. The resulting code,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found