aiida_skeaf.calculations.functions package#
Module contents#
Helper calcfunctions.
- aiida_skeaf.calculations.functions.create_bxsf_from_file(remote_path: Str, computer: Str) RemoteData[source]#
Create an
RemoteDatarepresenting a single bxsf file from a file path.- Parameters:
remote_path (aiida.orm.RemoteData) – An
Strcontaining the path for a remote bxsf file.computer (aiida.orm.Str) – The label of remote computer (
calcfunctiondoes not acceptComputeras input).
- Returns:
An
RemoteDatarepresenting a single bxsf file, forSkeafCalculation.inputs.bxsf.- Return type:
- aiida_skeaf.calculations.functions.create_bxsf_from_wannier90(remote_folder: RemoteData) RemoteData[source]#
Create an
RemoteDatarepresenting a single bxsf file from aWannier90Calculation.outputs.remote_folder.- Parameters:
remote_folder (aiida.orm.RemoteData) – A
RemoteDatae.g.Wannier90Calculation.outputs.remote_folder.- Returns:
An
RemoteDatarepresenting a single bxsf file, forSkeafCalculation.inputs.bxsf.- Return type: