Revision history [back]
Another issue:
If I rewrite your code as following:
from aiida_quantumespresso.workflows.pw import band_structure
from aiida.plugins.factories import WorkflowFactory
inst = WorkflowFactory('quantumespresso.pw.band_structure')
PwBandStructureWorkChain = inst()
PwBandStructureWorkChain: band_structure.inst
Then  PwBandStructureWorkChain.x<tab> won't give the completion.
Any hints?
Regards
Another issue:
If I rewrite your you code as following:
from aiida_quantumespresso.workflows.pw import band_structure
from aiida.plugins.factories import WorkflowFactory
inst = WorkflowFactory('quantumespresso.pw.band_structure')
PwBandStructureWorkChain = inst()
PwBandStructureWorkChain: band_structure.inst
Then  PwBandStructureWorkChain.x<tab> won't give the completion.
Any hints?
Regards
Another issue:
If I rewrite you code as following:
from aiida_quantumespresso.workflows.pw import band_structure
from aiida.plugins.factories import WorkflowFactory
inst = WorkflowFactory('quantumespresso.pw.band_structure')
PwBandStructureWorkChain = inst()
PwBandStructureWorkChain: band_structure.inst
Then  PwBandStructureWorkChain.x<tab> 
Any hints?
Regards
