HeliXonProtein / OmegaFold

OmegaFold Release Code
Apache License 2.0
547 stars 76 forks source link

where is 3DPorjection function implemented in the ./decoder/StructureModule? #57

Open Kewei2023 opened 1 year ago

Kewei2023 commented 1 year ago

Hello,

It is charming for the implementation of OmegaFold. While I read the pseudo-code of Geoformer, I found out some differences between the psedo-code and real code. Here is the psedo-code written in the paper for l ∈ [1, . . . , N2] do {ni}, {xi} += StructureModule({ni}, {wij}) {wij} += 3Dprojection(Aaa(i), {xi}) {wij} += EdgeAttention({wij}) end

However, I cannot found the 3Dprojection function in the real code. Could you please help me figure out the problem?