Skip to content
@NanoMetaML

NanoML

Official Github organization for the nanometa machine learning team.

Purdue Logo

NanoMetaML Team

Welcome to the NanoML team's github repo! We are a team of researchers at Purdue University and Oak Ridge National Lab working on the intersection of quantum computing, nanophotonics, and machine learning. Our team develops high quality machine learning code and we hope it is useful for your projects! We focus on speeding up the characterization of materials in laboratory settings, generation of unique nanophotonic and quantum devices, and fast algorithms written in Python and C/C++.

We take a first principles approach to develop new perspectives at the intersection of physics, computer science, and machine learning.

Collaborations

Purdue Logo Microsoft Logo Purdue Logo Purdue Logo Purdue Logo

Collaboration Policy

Our team is always looking for new opportunities for collaboration. If you are interested in starting a new project or collaborating on one of our ongoing research efforts, please reach out to Yuheng Chen at chen4114@purdue.edu or Alexandra Boltasseva at aeb@purdue.edu.

Team Languages

Python Cpp C

We implement 3 pretty standard systems for managing our repos.

  1. Virtual environments
  2. Version Control
  3. Packaging

Our goal is to make our code as easy as

pip install our-package

Why do we as academics care about good code?

Academia's goal is to further humanity's knowledge and provide access to education with as few hurdles as possible. By making our code easy to use, we bring academia's goal closer to reality and open doors for anyone to come into science. Virtual environments, version control, and proper packaging make our code easily accessible and give access closer to anyone.

Version Control

Git helps us track changes in our code, collaborate with other team members, and manage releases. It also allows others to easily contribute to our projects and fork them for their own use.

Virtual Environments

Virtual environments are essential for isolating project dependencies and avoiding conflicts between different Python packages. We use virtual environments to manage and install project-specific packages, ensuring a consistent and reproducible development environment for all contributors.

Packaging

Packaging code is a widely used package management tool for Python. We use it to define, package, and distribute our code as reusable modules or libraries. This makes it easy for others to install and use our code without worrying about dependencies or compatibility issues.

Installing Python Packages

To install any of our python packages, simply install directly from github using the following cli command:

    python -m pip install git+https://github.com/nanometaml/<git-repo-name>.git

Why python -m?

Good question! If you type in pip into the cmd, it's not guaranteed to be linked to the same python binary found on your cmd path. The only way to guarantee that the package is installed to the correct python, you have to run pip using python's module mode, i.e., 'python -m pip'. If you see this message, everything is working properly!

Optional

Become a collaborator on the NanoMetaML organization!! Email Yuheng Chen and Alexandra Boltasseva at chen4114@purdue.edu and aeb@purdue.edu for information on collaborating with our team.

Contributing

We welcome contributions from the community! If you would like to contribute to our projects or start a collaboration with one of our gifted team members, please follow these steps:

  1. Fork the repository.

  2. Create a new branch for your changes.

  3. Make your changes and commit them, making sure to follow our commit message guidelines.

  4. Push your changes to your fork.

  5. Create a pull request against our repository, describing your changes and any relevant information.

Our team will review your pull request and provide feedback or merge it if approved.

License

All NanoML projects are released under the MIT License. This permissive license allows you to use, modify, and distribute our code, as long as you include the original copyright and license information.

Popular repositories Loading

  1. nanometaml.github.io nanometaml.github.io Public

    HTML 1 2

  2. template template Public template

    Template for all NanoML github repos.

    Python

  3. .github .github Public

    Public Org Readme

  4. clearml-test clearml-test Public

    Python 1

  5. qhub-template qhub-template Public template

    Public git repo template for uploading to QuantumHub

Repositories

Showing 5 of 5 repositories

Top languages

Loading…

Most used topics

Loading…