Rowan is a software platform that makes it possible to run high-level quantum chemical calculations through a web interface. In general, running quantum chemical calculations
Tag: python
TabPFN is a foundation model trained on around 130,000,000 synthetically generated datasets that mimic “real world” tabular data. These datasets sampled dataset size and number
A recent paper published in Nature caught my eye, Accurate predictions on small data with a tabular foundation model by Hollmann et al., Here we present
A very nice review of generative models for molecular design from Morgan Thomas. https://cheminformantics.blogspot.com/2024/12/structure-aware-generative-molecular.html Includes Jupyter notebooks for data and analysis.
AlvaDesc v3.0.0 has been updated, it has a few new features but for Mac users it is now fully compatible with Apple Silicon!! AlvaDesc is
Sometimes when I’m comparing multiple datasets I end up with 10-20 different Vortex workspaces, for example if I’m comparing commercial screening collections from different vendors.
This looks interesting, handling large datasets is becoming more common and I’m always on the lookout for useful tools because pandas requires your dataframe to
As I’ve mentioned before the most popular page on this site is Fortran on a Mac, I’m not a big Fortran user but I do
This looks very useful for anyone having to process multiple molecules, I particularly like the error processing! The open-source package scikit-learn provides various machine learning
tmap is a very fast visualisation library for large, high-dimensional data sets. It was published in 2020 DOI and the code is available on GitHub