BsseEnum

class qcmanybody.models.BsseEnum(value)[source]

Bases: str, Enum

Available basis-set superposition error (BSSE) treatments.

Attributes Summary

cp

mbe

nocp

none

ssfc

vmfc

Methods Summary

abbr()

formal()

Attributes Documentation

cp = 'cp'
mbe = 'nocp'
nocp = 'nocp'
none = 'nocp'
ssfc = 'cp'
vmfc = 'vmfc'

Methods Documentation

abbr()[source]
formal()[source]