Migrate MP2Info
See original GitHub issueWhat is the expected enhancement?
I already mentioned qiskit_nature.mp2info
here because it is still coupled to the old UCCSD
implementation. Do we need this for the release next week?
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Migrate MP2Info · Qiskit/qiskit-nature@3e10e35 · GitHub
Migrate MP2Info #3142. Sign in to view logs · Sign in to view logs. Nature (ubuntu-latest, 3.8). Migrate MP2Info. Migrate MP2Info #3142.
Read more >qiskit.chemistry.MP2Info — Qiskit 0.28.0 documentation
class MP2Info (qmolecule, threshold=1e-12)[source]¶. A utility class for Moller-Plesset 2nd order (MP2) information.
Read more >How to use SharePoint Migration Tool - Microsoft 365
The SharePoint Migration Tool copies your files from SharePoint on-premises document libraries or regular file shares to SharePoint in ...
Read more >Great River MP-2 , info, schematics & discussions | Page 38
Great River MP-2 , info, schematics & discussions ... Should I move the ground connections directly to where the transformer connects?
Read more >qiskit.chemistry.MP2Info Example - Program Talk
python code examples for qiskit.chemistry.MP2Info. Learn how to use python api qiskit.chemistry.MP2Info.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
If we still want it somewhat usable one could copy the old excitation computation code from UCCSD and paste it in the MP2Info for now - later it could be refactored and use some common excitation code that is shared with the current UCCSD
Yes the old excitation code is no longer compatible.