ase_build.graphene_nanoribbon(3, 4, kind="armchair")? On Wed, Jul 13, 2016 at 10:19 AM, Christoph Ortner < [email protected]> wrote:
> I was recently trying to > ```julia > @pyimport ase.build as ase_build > ase_build.graphene_nanoribbon(3, 4, type="armchair") > ``` > which throws the error `ERROR: syntax: unexpected "="` > > I assume that the problem is that `type` is a reserved keyword for Julia? > Is there a workaround? > > Thank you > Christoph >
