View source on GitHub |
Function to create atomic rings with n_atoms.
openfermion.chem.make_atomic_ring(
n_atoms,
spacing,
basis,
atom_type='H',
charge=0,
filename=''
)
Note that basic geometry suggests that for spacing L between atoms the radius of the ring should be L / (2 * cos (pi / 2 - theta / 2))
Returns | |
---|---|
molecule
|
A an instance of the MolecularData class. |