equiformer_v2
equiformer_v2 copied to clipboard
[ICLR 2024] EquiformerV2: Improved Equivariant Transformer for Scaling to Higher-Degree Representations
I have a dataset with molcules and their atoms, positions, energy, and forces information. I wonder how to train my dataset with equiformer_v2. Is it possible to support customied dataset...
Hi! Very cool work! It would be nice to have the model checkpoints on the [Hugging Face Hub](http://hf.co/models) rather than a Dropbox link Some of the benefits of sharing your...
Dear Developer, I am writing to inquire about the `rescale_factor = math.sqrt(length / (2 * mmax + 1))` defined in the `SO3_Grid` and `CoefficientMappingModule` classes within `SO3.py`. Could you please...
Hi, thanks for your wonderful work and code! I am new to the equivariant learning area, and I am trying to understand each step of your code. I suspect [this...
Hello, I have a question about eSCN. I have read the section "A.3 ESCN CONVOLUTION" of your paper, and I wonder is there an implicit condition for the summation running...
Removes unnecessary line of code
I read the paper, but I'm not quite sure what 'Output Head' means. For example, if I have a 3D molecular graph of my protein pocket, with each node embedded...