jemisjoky / TorchMPS

PyTorch toolbox for matrix product state models
MIT License
138 stars 31 forks source link

Fixed issue with adaptive mode model training (fixes #16) #17

Closed jemisjoky closed 3 years ago

jemisjoky commented 3 years ago

There had previously been an issue with using -1 as dummy values for bond dimensions and singular values produced during adaptive training, so None is now used in its place.