Re: [Kwant] regarding installation of kwant

2018-05-03 Thread shyam lochan bora
afal > > > > > > -- > Rafał Skolasiński > > GitHub: https://github.com/RafalSkolasinski > Kwant GitLab: https://gitlab.kwant-project.org/r-j-skolasinski > > On 3 May 2018 at 12:54, shyam lochan bora <shyamlocha...@gmail.com> wrote: > >> Dear sir , >> I

Re: [Kwant] regarding installation of kwant

2018-05-04 Thread shyam lochan bora
Thank you so much sir.. Regards Shyam Lochan Bora On Thu, May 3, 2018 at 7:04 PM, Rafal Skolasinski <r.j.skolasin...@gmail.com > wrote: > Hello again, > > Installing conda should be as easy as > ``` > wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64

[Kwant] error message

2018-08-09 Thread shyam lochan bora
Dear Sir, I am running Kwant in windows using notepad ++. import matplotlib from matplotlib import pyplot from mpl_toolkits import mplot3d import numpy as np from wraparound import wraparound import kwant def momentum_to_lattice(k): B = np.array(graphene.prim_vecs).T A =

[Kwant] regarding error message

2018-08-09 Thread shyam lochan bora
os: abs(pos[1]) < 9), (0, 0))] = 0.2 zigzag_ribbon[b.shape((lambda pos: abs(pos[1]) < 9), (0, 0))] = -0.2 zigzag_ribbon[graphene.neighbors(1)] = 1 kwant.plotter.bands(zigzag_ribbon.finalized(), fig_size=(12, 8)) The following error message appeared.. File "C:\Users\Shyam Lochan Bora\Des

Re: [Kwant] regarding error message

2018-08-10 Thread shyam lochan bora
thank you so much for your help On Thu, Aug 9, 2018 at 3:47 PM, Joseph Weston wrote: > Dear Shyam, > > > > > File "C:\Users\Shyam Lochan Bora\Desktop\new 1.py", line 5, in > > from wraparound import wraparound > > ModuleNotFoundError: No m

[Kwant] seeking help

2018-08-27 Thread shyam lochan bora
d(p.delta, 2)) return title style = {'k_x': np.linspace(-1, 1, 101), 'xdim': r'$k$', 'ydim': r'$E/t$', 'xticks': [-1, 0, 1], 'yticks': [-1, 0, 1], 'xlims': [-1, 1], 'ylims': [-1.5, 1.5], 'title': title} Regards Shyam Lochan Bora

[Kwant] seeking help

2018-08-31 Thread shyam lochan bora
Dear sir, Please help me with the following error in the program from __future__ import print_function from ipywidgets import interact, interactive, fixed, interact_manual import ipywidgets as widgets import kwant from matplotlib import pyplot import numpy as np from holoviews.core.options import

Re: [Kwant] seeking help

2018-09-04 Thread shyam lochan bora
Thank you so much sir for your advice. On Fri, Aug 31, 2018 at 8:48 PM Anton Akhmerov wrote: > Dear Shyam Lochan Bora, > > Right now your question is rather poorly formulated, and not suitable > for this mailing list. Please read this instruction on how to ask good > q