1
General Questions and Answers / Re: Problem regarding job submission in 2019.12
« on: August 7, 2020, 14:23 »
The workaround posted in https://forum.quantumatk.com/index.php?topic=6437.msg27030#msg27030 will solve your issue.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
from NL.CommonConcepts.Configurations.DeviceFromBulk import deviceFromBulk, findBothElectrodeLengths
device_configuration = deviceFromBulk(
electrode_lengths=findBothElectrodeLengths(bulk_configuration) * Angstrom,
bulk_configuration=bulk_configuration,
enable_minimal_electrodes=True,
enable_transverse_electrode_repetitions=False,
)