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-Group
/
SurfDock
like
0
Follow
OneScience
18
English
OneScience
SCNet
DCU
protein-ligand-docking
virtual-screening
diffusion-model
License:
mit
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
main
SurfDock
/
model
/
comp_surface
/
tools
/
transfer
/
APBS-3.4.1.Linux
/
include
/
tabi
/
output.h
anzhi2710gmailcom
Upload folder using huggingface_hub
10f2621
verified
3 days ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
203 Bytes
#
ifndef
H_OUTPUT_H
#
define
H_OUTPUT_H
#
include
<array>
#
include
"boundary_element.h"
#
include
"tabipb_timers.h"
std
::
array
<
double
, 3>
Output
(
const
BoundaryElement& bem,
const
Timers& timers)
;
#
endif