First time here? Check out the FAQ!

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> PwBandStructureWorkChain.x won't give the completion.

Any hints?

Regards