Pinned Repositories
complex-plotting-tools
Module for plotting complex-valued functions of complex variable using different methods.
double-slit-2d-schrodinger
This repository contains Python 3 scripts for simulating the passage of a 2D Gaussian wave packet through a double slit. For this, the 2D Schrödinger equation is solved using the Crank-Nicolson numerical method.
flow-animation-with-scipy-odeint
Particle flow animation with the trajectories of the particles being computed using the function odeint from scipy.integrate.
Fraunhofer-pattern
Use a Matplotlib gridspec to plot the Fraunhofer pattern of a 2 rectangle aperture.
high-precision-calculations-str
A set of Python 3 defined functions. They can provide high decimal precision calculations using numbers in "str" format. The algorithms used are the same as those used when performing the calculations by hand. All using Python 3 built-in functions.
latex-to-github-app
A small app that allows to have LaTeX math in GitHub Markdown README files, for example. Converts LaTeX code to HTML math code readable by GitHub.
matplotlib-fill_between-in-3D
Example of a way of bringing the Python 3 matplotlib.pyplot.fill_between function to 3D plots.
matplotlib-streamtubes
MATLAB-like streamtubes in Matplotlib.
physical-systems-for-quantum-computing
Repository containing the Python scripts related to my Physics degree end-of-degree project at the University of Alicante. This end-of-degree project is supervised by Joaquín Fernández Rossier.
protectability-qubits-dynamical-decoupling
Repository containing the Python Jupyter Notebooks used in the article titled "Protectability of IBMQ qubits by dynamical decoupling technique".
artmenlope's Repositories
artmenlope/matplotlib-fill_between-in-3D
Example of a way of bringing the Python 3 matplotlib.pyplot.fill_between function to 3D plots.
artmenlope/double-slit-2d-schrodinger
This repository contains Python 3 scripts for simulating the passage of a 2D Gaussian wave packet through a double slit. For this, the 2D Schrödinger equation is solved using the Crank-Nicolson numerical method.
artmenlope/complex-plotting-tools
Module for plotting complex-valued functions of complex variable using different methods.
artmenlope/physical-systems-for-quantum-computing
Repository containing the Python scripts related to my Physics degree end-of-degree project at the University of Alicante. This end-of-degree project is supervised by Joaquín Fernández Rossier.
artmenlope/latex-to-github-app
A small app that allows to have LaTeX math in GitHub Markdown README files, for example. Converts LaTeX code to HTML math code readable by GitHub.
artmenlope/matplotlib-streamtubes
MATLAB-like streamtubes in Matplotlib.
artmenlope/flow-animation-with-scipy-odeint
Particle flow animation with the trajectories of the particles being computed using the function odeint from scipy.integrate.
artmenlope/Fraunhofer-pattern
Use a Matplotlib gridspec to plot the Fraunhofer pattern of a 2 rectangle aperture.
artmenlope/high-precision-calculations-str
A set of Python 3 defined functions. They can provide high decimal precision calculations using numbers in "str" format. The algorithms used are the same as those used when performing the calculations by hand. All using Python 3 built-in functions.
artmenlope/protectability-qubits-dynamical-decoupling
Repository containing the Python Jupyter Notebooks used in the article titled "Protectability of IBMQ qubits by dynamical decoupling technique".
artmenlope/artmenlope
artmenlope/artmenlope.github.io
My personal website.
artmenlope/fortran90-call-gnuplot-test
This is a test to try calling Gnuplot from a Fortran 90 script.
artmenlope/fortran90-gnuplot-test
This is a simple test to generate a data file using Fortran 90 and then represent the 3D data using Gnuplot.
artmenlope/master-thesis
artmenlope/qiskit-terra
Qiskit is an open-source SDK for working with quantum computers at the level of extended quantum circuits, operators, and algorithms.
artmenlope/Test_Machine-learning_Producible-hidraulico-y-llenado-embalses-anuales
Quick own project to see if the hydraulic electricity production in Spain can be predicted directly from the water level in the reservoirs. Just for the sake of curiosity.