aiida_vasp.utils.temp_profile#

Code for getting a temporary profile for testing purposes.

Module Contents#

Functions#

load_temp_profile

Load a temporary profile for testing/demo purposes.

load_temp_profile_with_mock

Load a temporary profile with mock VASP codes for testing/demo purposes.

Data#

API#

aiida_vasp.utils.temp_profile.__all__ = ('VaspMockRegistry', 'load_temp_profile', 'orm')#
aiida_vasp.utils.temp_profile.load_temp_profile(force: bool = True) aiida.manage.Profile[source]#

Load a temporary profile for testing/demo purposes.

aiida_vasp.utils.temp_profile.load_temp_profile_with_mock(force: bool = True) aiida.manage.Profile[source]#

Load a temporary profile with mock VASP codes for testing/demo purposes.