Giter Club home page Giter Club logo

weylchamber's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

weylchamber's Issues

Is there an easy way to connect the points in the WeylChamber plot with lines?

  • weylchamber version: 0.3.2
  • Python version: 3.7
  • Operating System: Windows 10

Description

Is there an easy way to connect the points in the WeylChamber plot with lines?

What I Did


cart_array = np.array(cart_coords)
n=cart_array.shape[0]
color=cm.gist_rainbow(np.linspace(0,1,n))

w = WeylChamber()
w.fig_width = 8.5
w.fig_height = 30
for x in range(0,cart_array.shape[0]):
    kwargs = {'marker': 'o'}
    w.scatter(cart_array[x][0][0],cart_array[x][0][1],cart_array[x][0][2], color=color[x], alpha=0.8, s=2, label='duration %d ns' % ts[x])
w.plot()
plt.legend(fontsize=3.5)

Needs more documentation

The documentation right now is very rudimentary. There's a lot more that could be said, and shown in the tutorial notebook.

@Basilewitsch, if you're doing things with the perfect entanglers functional, feel free to jump in with any documentation you might find interesting. I probably won't have time to extend this in the near future.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.