Skip to content

ohioh/IntroductionQuantumComputing

Repository files navigation

  ___                    _                   
 / _ \ _   _  __ _ _ __ | |_ _   _ _ __ ___  
| | | | | | |/ _` | '_ \| __| | | | '_ ` _ \ 
| |_| | |_| | (_| | | | | |_| |_| | | | | | |
 \__\_\\__,_|\__,_|_| |_|\__|\__,_|_| |_| |_|

Introduction: Quantum-Computing

@UniversityOfAppliedSciences Kiel )

This Repsoritory is the Code-Base for the course and your Projects.

The digital Book to the course is @ https://app.gitbook.com/@ohioh/s/introduction-to-quantum-computing/

Clean-Code: https://github.com/ohioh/CleanCode && https://numpydoc.readthedocs.io/en/latest/format.html

For Questions write me [email protected]

IDEA: How code works text example: https://microcontrollerslab.com/save-data-esp32-flash-permanently-preferences-library/ Important Links:

Using virtual Python Env

  1. Install the virtualenv package $ pip install virtualenv
  2. Create the virtual environment in the folder you are $ virtualenv $NAME //$Name = your env name
  3. Activate the virtual Env $ source mypython/bin/activate

requirements.txt

  1. First, freeze all of your pip packages in the requirements.txt file using the command
    $ pip freeze > requirements.txt
  2. Then install the requirements.txt file using the command

    $ pip install -r requirements.txt

Template requirements.txt to copy paste -> (Template)requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published