Two class fields in ClassicalEnergies, nuc_energy and nao_nr, are never used in the software and never returned in the results due to their inability to be serialized. Since they serve no purpose and are causing warnings, we should remove them until they can be properly implemented.
Additionally, I have added some logic to properly set the rep_delay class field in entanglement_forging_config based on the backend being used. This will suppress another unnecessary warning.
Two class fields in ClassicalEnergies, nuc_energy and nao_nr, are never used in the software and never returned in the results due to their inability to be serialized. Since they serve no purpose and are causing warnings, we should remove them until they can be properly implemented.
Additionally, I have added some logic to properly set the rep_delay class field in entanglement_forging_config based on the backend being used. This will suppress another unnecessary warning.