dft2
{'protocol': {'functional': ['B3LYP'], 'basis set': ['3-21g*'], 'solvation': [None], 'tasks': ['optimize']}, 'geom': <isicle.geometry.XYZGeometry object at 0x7f040364ff70>, 'energy': -361.429491724169, 'charge': array([-0.15, -0.04, -0.14, -0.12, 0.22, -0.21, -0.21, 0.13, 0.13,
0.13, 0.13, 0.13, 0.13, 0.15, 0.15, 0.3 , 0.24]), 'timing': {'single point': 528.2, 'geometry optimization': 0, 'frequency': 125.5, 'total': 653.7}, 'connectivity': [['N', 'C', 2, 1], ['C', 'N', 3, 2], ['C', 'N', 4, 2], ['C', 'C', 5, 4], ['O', 'C', 6, 5], ['O', 'C', 7, 5], ['H', 'C', 8, 1], ['H', 'C', 9, 1], ['H', 'C', 10, 1], ['H', 'C', 11, 3], ['H', 'C', 12, 3], ['H', 'C', 13, 3], ['H', 'C', 14, 4], ['H', 'C', 15, 4], ['H', 'O', 16, 7], ['H', 'N', 17, 2]]}
Hello isicle developers,
I try to calculate the CCS but I have the following errors:
when I try to calculate the CCS using the tutorial example:
I inspect the dft2 dictionary and according to the dictionary dft2['geom'] is equivalent to dft2.geom?
after that, I try run again the CCS
how can I correct this problem, there are how convert the dictionary dft2 to a object?
Any suggestions thanks
Samuel