How to perfom DFT calculation with IntegralSolverPySCF? #407
-
Is there any way to perform DFT calculation with IntegralSolverPySCF? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hello @NanaEngo, this feature is not yet implemented. There are some work aiming at mapping DFT equations on quantum device, such as Senjean et al. (2022) and Ko et al. (2023). However, if your goal is to solely compare energies / densities with a classical DFT solution, it is possible to use directly PySCF (here I am assuming PySCF is installed as your question refers to |
Beta Was this translation helpful? Give feedback.
-
Hello Alexandre,
Your idea is base on
1. https://arxiv.org/abs/2302.03052
2. http://arxiv.org/abs/2312.12386v3
And we want to calculate Linear response properties of some OLED molecules
(large organic molecules).
*Nana Engo, PhD*
Director of Students Affairs
University of Buea
…On Mon, 26 Aug 2024 at 15:04, Alexandre Fleury ***@***.***> wrote:
Hello again @NanaEngo <https://github.com/NanaEngo>, are you basing your
idea on a published paper? If not, what would be the envisioned workflow?
—
Reply to this email directly, view it on GitHub
<#407 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALM6GYHLHXSDBFW4YSHZSTDZTMYW5AVCNFSM6AAAAABM77VP26VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANBVGI2DAMY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
After a quick glance at the papers, I can say the SA_OO_Solver would be useful to compute excited with orbital optimization in your case (as shown in the second paper).
For the Hamiltonian definition in a VQE-in-DFT framework as described in the first reference, there is no complete workflow to do that in Tangelo. I suggest using directly PySCF as described in an earlier response to get integrals or a fermionic Hamiltonian, and then convert it into a tensor product of Pauli words with our toolset.