Releases: nlesc-nano/swan
Releases · nlesc-nano/swan
version 0.6.0
version 0.5.0
Changed
- Fix graph neural network implementation (#59)
- Rename the graph neural network to MPNN (message passing NN)
New
- Interface to se3-transformer (#57)
- Calculate a guess to the molecular coordinates using a force field optimization
- Add bond distance as a feature for the GNN using the optimized geometries (#59)
- Add early stopping functionality
version 0.4.0
Version 0.3.0
Version 0.2.0
Swan is a Python package to create statistical models to predict molecular properties.
New
- Allow to train in GPU.
- Use Pytorch-geometric to create molecular graph convolutional networks.