Support and discussions for Molcas and OpenMolcas users and developers
You are not logged in.
Please note: The forum's URL has changed. The new URL is: https://molcasforum.univie.ac.at. Please update your bookmarks!
You can choose an avatar and change the default style by going to "Profile" → "Personality" or "Display".Dear developers,
I have a *Rasorb.* or *Pt2Orb.* file containing orbitals and occupation numbers. I want to compute the potential energy (the Coulomb Interaction/Electrostatic Interaction) between this 1-el density and and external field represented by point charges in Xfield.
Is there a way to do it ?
I tried it with &seward using follwing input:
&SEWARD
COORD=$MOLCAS_SUBMIT_DIR/../atoms.xyz
BASIS=SIX-THREEONEGP
BASDIR=$MOLCAS_SUBMIT_DIR/../
XFIELD=$MOLCAS_SUBMIT_DIR/xfield.dat
ONEOnly
FILEorb=$MOLCAS_SUBMIT_DIR/../molcas.RasOrb.1
ORBCon
VECTors
But in this case I only orders of multipole terms.
Offline
I believe you need to compute the electrostatic potential at the points where you have the charges (use EPOT instead of XFIELD), and do the product and sum yourself.
Offline