Skip to content

Hello! I'm Victor, the author of this project.
I'm looking for funding to be able to keep working on it. If you can, please consider donating or sponsoring.
Thank you! ❤️

Dispersion models

python
import torch.nn as nn
import torch
import matplotlib.pyplot as plt
import numpy as np

from torchlensmaker.materials import *
import torchlensmaker as tlm

tlm.plot_material_models(default_material_models_dict.values(), labels=default_material_models_dict.keys())

png