Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Commits
ecc8a059
Commit
ecc8a059
authored
2 years ago
by
Ammar Nejati
Browse files
Options
Downloads
Patches
Plain Diff
Doc: Rename libBornAgainCore => libBornAgainSim
parent
7064a3c3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!889
Update the documentation according to the latest changes
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
hugo/content/howto/troubleshooting/index.md
+1
-1
1 addition, 1 deletion
hugo/content/howto/troubleshooting/index.md
hugo/content/introduction/architecture/index.md
+2
-2
2 additions, 2 deletions
hugo/content/introduction/architecture/index.md
with
3 additions
and
3 deletions
hugo/content/howto/troubleshooting/index.md
+
1
−
1
View file @
ecc8a059
...
...
@@ -40,7 +40,7 @@ When Mantid is installed on the system, BornAgain might conflict with its librar
```
bash
$
python
-c
"import bornagain"
Incompatible library version: libBornAgain
Core
.so requires
Incompatible library version: libBornAgain
Sim
.so requires
version 18.0.0 or later, but libgsl.0.dylib provides version 16.0.0
```
...
...
This diff is collapsed.
Click to expand it.
hugo/content/introduction/architecture/index.md
+
2
−
2
View file @
ecc8a059
...
...
@@ -12,9 +12,9 @@ available at https://jugit.fz-juelich.de/mlz/bornagain.
### General Structure
The framework consists of two shared libraries written in C++,
libBornAgain
Core
and libBornAgainFit, and a standalone graphical user
libBornAgain
Sim
and libBornAgainFit, and a standalone graphical user
interface. Thanks to the Python bindings the libraries can be imported
into Python as external modules. The library libBornAgain
Core
defines
into Python as external modules. The library libBornAgain
Sim
defines
the data structures and provides the algorithms needed to set up a
sample model and to run a simulation. The library libBornAgainFit
contains several minimization engines and interfaces to each of them,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment