VibrationalPropertiesContainer#

class VibrationalPropertiesContainer[ソース]#

ベースクラス: PropertiesContainer

The container class for vibrational structure properties.

Attributes

occupied_modals#

Returns the occupied modals property.

Methods

add(value)#

Add an element.

clear()#

This is slow (creates N new iterators!) but effective.

discard(value)#

Remove an element. Do not raise an exception if absent.

isdisjoint(other)#

Return True if two sets have a null intersection.

pop()#

Return the popped value. Raise KeyError if empty.

remove(value)#

Remove an element. If not a member, raise a KeyError.