Skip to main content

Questions tagged [fcidump]

For questions about the FCIDUMP file format used for saving one and two electron integral.

4 votes
0 answers
64 views

Background I am using MRCC to generate the integrals file (fort.55) for an RHF system (Ne atom in this case) using the frozen core approximation with core=frozen as ...
Jaafar Mehrez's user avatar
8 votes
1 answer
432 views

Background My colleague and I have built an interface between PySCF and MRCC which seems to work all the time for RHF references, but only sometimes for UHF references. We use PySCF to calculate the ...
Jaafar Mehrez's user avatar
2 votes
0 answers
90 views

Around 4 years ago, a question was asked about which programs can interact with an FCIDUMP file: How do the various programs read or write integrals in FCIDUMP format? In the design of Knowles and ...
Rob L's user avatar
  • 71
5 votes
2 answers
571 views

Background In PySCF, one can use from_chkfile() to Read SCF results from PySCF chkfile and transform 1e, 2e integrals using the SCF orbitals. The transformed integrals are then written to FCIDUMP file....
Jaafar Mehrez's user avatar
5 votes
0 answers
126 views

I am working on a C++ project that entails reading FCIDUMP files and feeding it into some post-HF calculation. For practical reasons, it is more preferable to stick with the native FCIDUMP format of ...
Izzy's user avatar
  • 91
2 votes
1 answer
742 views

Recently my question: Why does CCSD work, but not CCSD(T), after reading an FCIDUMP in PySCF? lead to a bug fix that allows users to do CCSD(T) calculations from an FCIDUMP file in PySCF. That was ...
Nike Dattani's user avatar
  • 38.6k
2 votes
1 answer
415 views

CCSD(T) works after an RHF calculation: Input: ...
Nike Dattani's user avatar
  • 38.6k
2 votes
0 answers
763 views

This is a follow-up question to this one I asked a few days ago. I in the meantime talked to my teacher and generate all the necessary integrals in PySCF. For the one electron integrals that isn't an ...
lela2011's user avatar
  • 125
7 votes
1 answer
601 views

I'm trying to write a restricted Hartree Fock code in Fortran that reads in a file of zeroth-iteration 1 and 2 electron integrals (FCIDUMP format) and uses them to do the SCF procedure from an initial ...
user avatar
6 votes
1 answer
1k views

I want to calculate the overlap integral (S), I made the code, but it is only worked when I use a basis function that describe 1s and when I include 2s orbital, I start to get error. The First Problem ...
Abd-Elazeem Mohamed's user avatar
9 votes
0 answers
399 views

I would like to use libcint, the integral library in pyscf from Fortran. Its webpage has a Fortran API and developer manual, but ...
Lancashire3000's user avatar
8 votes
1 answer
204 views

I am doing a code that can calculate the hartree-fock energy. I want to form the two-electrons integral by reading the data from the input like this one below. The first four number are the indices ...
Abd-Elazeem Mohamed's user avatar
8 votes
1 answer
315 views

A while ago I wrote a simple program that takes in an FCIDUMP file (generated by MOLRPO) and can determine matrix elements (or ...
tmph's user avatar
  • 740

15 30 50 per page