Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
OneScience-Sugon
/
AlphaFold3
like
0
Follow
OneScience
8
OneScience-Sugon/AlphaFold3_dataset
English
Chinese
OneScience
Life Sciences
Protein Structure Prediction
Biomolecular Interactions
Complex Structure Prediction
AlphaFold3
License:
cc-by-nc-sa-4.0
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
main
AlphaFold3
/
weight
/
_dep
/
eigen
/
failtest
/
initializer_list_2.cpp
wuxing0105
Add files using upload-large-folder tool
f499a53
verified
about 13 hours ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
222 Bytes
#
include
"../Eigen/Core"
#
ifdef
EIGEN_SHOULD_FAIL_TO_BUILD
#
define
ROWS Dynamic
#
define
COLS Dynamic
#
else
#
define
ROWS 3
#
define
COLS 1
#
endif
using
namespace
Eigen;
int
main
()
{
Matrix<
int
, ROWS, COLS> {
1
,
2
,
3
};
}