Giovanni Benedetti
Giovanni Benedetti
Hello @RichRick1 , I'm Giovanni, a student of Engineering Physics, currently pursuing a dual degree in Artificial Intelligence and Imaging at Institut Polytechnique de Paris. My research experience lies in...
@RichRick1 The example Building Integrals from SMILES from `Demonstration.ipynb` is failing. This is happening because to generate the two body integrals when we do not pass `u_onsite` PariserParr tries to...
yes, you are right in that part of the code, but here `huckel = HamHub(connectivity, alpha=-0.414, beta=-0.0533)`, we are not using u_onsite Here is the error: ``` { "name": "TypeError",...
I am sorry but I don't think this fixes the problem... I mean anyways the function `generate_two_body_integral` will be called and `connectivity` will be set to `None`
@RichRick1 Not sure to understand the functions: ``` def get_spin_blocks(self): """Extract different spin blocks from the Hamiltonian""" pass def build_reduced(self): """Build the reduced hamiltonian form""" ``` can you please give...