equiformer_v2 icon indicating copy to clipboard operation
equiformer_v2 copied to clipboard

How to use the v2 to train IS2RE datasets?

Open mumu-1010 opened this issue 1 year ago • 1 comments

As the title states,How to use the v2 to train IS2RE datasets? I think I need some tutorials.

mumu-1010 avatar Oct 25 '23 10:10 mumu-1010

Hi @mumu-1010

The current codebase supports only S2EF. To use IS2RE, you can use the same energy prediction head for relaxed energy and remove the force prediction head. You can also use the force prediction head for IS2RS as we did in Equiformer paper.

You can check the codebase of Equiformer for both use cases: https://github.com/atomicarchitects/equiformer

yilunliao avatar Mar 27 '24 11:03 yilunliao