Skip to content

Commit d1c7c45

Browse files
author
Charlles Abreu
authored
Transferred hosting to Redesign Science (#11)
1 parent ded63b9 commit d1c7c45

16 files changed

+38
-33
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MIT License
22
===========
33

4-
Copyright (c) 2024 Charlles Abreu
4+
Copyright (c) 2024 Redesign Science Inc.
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ OpenMM-CPP-Forces Plugin
22
========================
33

44
[![Linux](
5-
https://github.com/craabreu/openmm-cpp-forces/actions/workflows/Linux.yml/badge.svg
5+
https://github.com/RedesignScience/openmm-cpp-forces/actions/workflows/Linux.yml/badge.svg
66
)](
7-
https://github.com/craabreu/openmm-cpp-forces/actions/workflows/Linux.yml
7+
https://github.com/RedesignScience/openmm-cpp-forces/actions/workflows/Linux.yml
88
)
99
[![MacOS](
10-
https://github.com/craabreu/openmm-cpp-forces/actions/workflows/MacOS.yml/badge.svg
10+
https://github.com/RedesignScience/openmm-cpp-forces/actions/workflows/MacOS.yml/badge.svg
1111
)](
12-
https://github.com/craabreu/openmm-cpp-forces/actions/workflows/MacOS.yml
12+
https://github.com/RedesignScience/openmm-cpp-forces/actions/workflows/MacOS.yml
1313
)
1414
[![Docs](
15-
https://github.com/craabreu/openmm-cpp-forces/actions/workflows/Docs.yml/badge.svg
15+
https://github.com/RedesignScience/openmm-cpp-forces/actions/workflows/Docs.yml/badge.svg
1616
)](
17-
https://github.com/craabreu/openmm-cpp-forces/actions/workflows/Docs.yml
17+
https://github.com/RedesignScience/openmm-cpp-forces/actions/workflows/Docs.yml
1818
)
1919
[![License: MIT](
2020
https://img.shields.io/badge/License-MIT-green.svg
@@ -74,10 +74,15 @@ To use OpenMM-CPP-Forces in your own Python script or Jupyter notebook, simply i
7474
import openmmcppforces
7575
```
7676

77+
### Copyright
78+
79+
Copyright (c) 2024, [Redesign Science](https://www.redesignscience.com)
80+
81+
7782
[CompositeRMSDForce]:
78-
https://craabreu.github.io/openmm-cpp-forces/pythonapi/CompositeRMSDForce.html
83+
https://RedesignScience.github.io/openmm-cpp-forces/pythonapi/CompositeRMSDForce.html
7984
[Github Pages]:
80-
https://craabreu.github.io/openmm-cpp-forces
85+
https://RedesignScience.github.io/openmm-cpp-forces
8186
[mdtools]:
8287
https://anaconda.org/mdtools/openmm-cpp-forces
8388
[OpenMM]:

devtools/conda-recipes/anaconda/meta.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ test:
3333
- openmmcppforces
3434

3535
about:
36-
home: https://github.com/craabreu/openmm-cpp-forces
36+
home: https://github.com/RedesignScience/openmm-cpp-forces
3737
summary: Platform-agnostic OpenMM Forces
3838
license: MIT
3939
license_file: LICENSE.md
40-
doc_url: https://craabreu.github.io/openmm-cpp-forces
41-
dev_url: https://github.com/craabreu/openmm-cpp-forces
40+
doc_url: https://RedesignScience.github.io/openmm-cpp-forces
41+
dev_url: https://github.com/RedesignScience/openmm-cpp-forces
4242

4343
extra:
4444
recipe-maintainers:
45-
- craabreu
45+
- RedesignScience

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ def create_rst_file(cls):
7070
pygments_style = 'trac'
7171
templates_path = ['.']
7272
extlinks = {
73-
'issue': ('https://github.com/craabreu/openmm-cpp-forces/issues/%s', '#'),
74-
'pr': ('https://github.com/craabreu/openmm-cpp-forces/pull/%s', 'PR #'),
73+
'issue': ('https://github.com/RedesignScience/openmm-cpp-forces/issues/%s', '#'),
74+
'pr': ('https://github.com/RedesignScience/openmm-cpp-forces/pull/%s', 'PR #'),
7575
}
7676

7777
# on_rtd is whether we are on readthedocs.org
@@ -84,7 +84,7 @@ def create_rst_file(cls):
8484
html_static_path = ['_static']
8585
html_theme_options = {
8686
'github_button': False,
87-
'github_user': 'craabreu',
87+
'github_user': 'RedesignScience',
8888
'github_repo': 'openmmcppforces',
8989
}
9090
html_sidebars = {

docs/contributing.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ little bit helps, and credit will always be given.
88
Bug reports
99
===========
1010

11-
When `reporting a bug <https://github.com/craabreu/openmm-cpp-forces/issues>`_ please include:
11+
When `reporting a bug <https://github.com/RedesignScience/openmm-cpp-forces/issues>`_ please include:
1212

1313
* Your operating system name and version.
1414
* Any details about your local setup that might be helpful in troubleshooting.
@@ -24,7 +24,7 @@ articles, and such.
2424
Feature requests and feedback
2525
=============================
2626

27-
The best way to send feedback is to file an issue at https://github.com/craabreu/openmm-cpp-forces/issues.
27+
The best way to send feedback is to file an issue at https://github.com/RedesignScience/openmm-cpp-forces/issues.
2828

2929
If you are proposing a feature:
3030

@@ -37,7 +37,7 @@ Development
3737

3838
To set up `openmmcppforces` for local development:
3939

40-
1. Fork `openmmcppforces <https://github.com/craabreu/openmm-cpp-forces>`_
40+
1. Fork `openmmcppforces <https://github.com/RedesignScience/openmm-cpp-forces>`_
4141
(look for the "Fork" button).
4242

4343
2. Clone your fork locally::
@@ -81,4 +81,4 @@ For merging, you should:
8181
4. Add yourself to ``docs/authors.rst``.
8282

8383
.. [1] If you don't have all the necessary python versions available locally you can rely on Github Actions - it will
84-
`run the tests <https://travis-ci.org/craabreu/openmm-cpp-forces/pull_requests>`_ for each change you add in the pull request.
84+
`run the tests <https://travis-ci.org/RedesignScience/openmm-cpp-forces/pull_requests>`_ for each change you add in the pull request.

docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ OpenMMCPPForces
33
========================
44

55
.. image:: https://badgen.net/badge/icon/github?icon=github&label
6-
:target: https://github.com/craabreu/openmm-cpp-forces
6+
:target: https://github.com/RedesignScience/openmm-cpp-forces
77

88
.. image:: https://img.shields.io/badge/License-MIT-green.svg
9-
:target: https://github.com/craabreu/openmm-cpp-forces/blob/main/LICENSE.md
9+
:target: https://github.com/RedesignScience/openmm-cpp-forces/blob/main/LICENSE.md
1010

1111
.. raw:: html
1212

13-
<a class="github-button" href="https://github.com/craabreu/openmm-cpp-forces" data-show-count="true" aria-label="Star craabreu/openmm-cpp-forces on GitHub">Star</a>
13+
<a class="github-button" href="https://github.com/RedesignScience/openmm-cpp-forces" data-show-count="true" aria-label="Star RedesignScience/openmm-cpp-forces on GitHub">Star</a>
1414

1515

1616
Contents

openmmcppforces/include/CompositeRMSDForce.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* A plugin for distributing platform-agnostic OpenMM Forces *
99
* *
1010
* Copyright (c) 2024 Charlles Abreu *
11-
* https://github.com/craabreu/openmm-cpp-forces *
11+
* https://github.com/RedesignScience/openmm-cpp-forces *
1212
* -------------------------------------------------------------------------- */
1313

1414
#include "internal/windowsExportOpenMMCPPForces.h"

openmmcppforces/include/internal/CompositeRMSDForceImpl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* A plugin for distributing platform-agnostic OpenMM Forces *
99
* *
1010
* Copyright (c) 2024 Charlles Abreu *
11-
* https://github.com/craabreu/openmm-cpp-forces *
11+
* https://github.com/RedesignScience/openmm-cpp-forces *
1212
* -------------------------------------------------------------------------- */
1313

1414
#include "CompositeRMSDForce.h"

openmmcppforces/src/CompositeRMSDForce.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* A plugin for distributing platform-agnostic OpenMM Forces *
66
* *
77
* Copyright (c) 2024 Charlles Abreu *
8-
* https://github.com/craabreu/openmm-cpp-forces *
8+
* https://github.com/RedesignScience/openmm-cpp-forces *
99
* -------------------------------------------------------------------------- */
1010

1111
#include "CompositeRMSDForce.h"

openmmcppforces/src/CompositeRMSDForceImpl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* A plugin for distributing platform-agnostic OpenMM Forces *
66
* *
77
* Copyright (c) 2024 Charlles Abreu *
8-
* https://github.com/craabreu/openmm-cpp-forces *
8+
* https://github.com/RedesignScience/openmm-cpp-forces *
99
* -------------------------------------------------------------------------- */
1010

1111
#include "internal/CompositeRMSDForceImpl.h"

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "Platform-agnostic OpenMM Forces"
88
version = "@PROJECT_VERSION@"
99
readme = "README.md"
1010
authors = [
11-
{ name = "Charlles Abreu", email = "craabreu@gmail.com" }
11+
{ name = "Charlles Abreu", email = "RedesignScience@gmail.com" }
1212
]
1313
license = { text = "MIT" }
1414
classifiers = [

serialization/include/CompositeRMSDForceProxy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* A plugin for distributing platform-agnostic OpenMM Forces *
99
* *
1010
* Copyright (c) 2024 Charlles Abreu *
11-
* https://github.com/craabreu/openmm-cpp-forces *
11+
* https://github.com/RedesignScience/openmm-cpp-forces *
1212
* -------------------------------------------------------------------------- */
1313

1414
#include "internal/windowsExportOpenMMCPPForces.h"

serialization/src/CompositeRMSDForceProxy.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* A plugin for testing low-level code implementation for OpenMM. *
66
* *
77
* Copyright (c) 2024 Charlles Abreu *
8-
* https://github.com/craabreu/openmm-lab *
8+
* https://github.com/RedesignScience/openmm-lab *
99
* -------------------------------------------------------------------------- */
1010

1111
#include "CompositeRMSDForceProxy.h"

serialization/src/OpenMMCPPForcesSerializationProxyRegistration.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* A plugin for distributing platform-agnostic OpenMM Forces *
66
* *
77
* Copyright (c) 2024 Charlles Abreu *
8-
* https://github.com/craabreu/openmm-cpp-forces *
8+
* https://github.com/RedesignScience/openmm-cpp-forces *
99
* -------------------------------------------------------------------------- */
1010

1111
#ifdef WIN32

serialization/tests/TestSerializeCompositeRMSDForce.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* A plugin for distributing platform-agnostic OpenMM Forces *
66
* *
77
* Copyright (c) 2024 Charlles Abreu *
8-
* https://github.com/craabreu/openmm-cpp-forces *
8+
* https://github.com/RedesignScience/openmm-cpp-forces *
99
* -------------------------------------------------------------------------- */
1010

1111
#include "CompositeRMSDForce.h"

tests/TestCompositeRMSDForce.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* A plugin for distributing platform-agnostic OpenMM Forces *
66
* *
77
* Copyright (c) 2024 Charlles Abreu *
8-
* https://github.com/craabreu/openmm-cpp-forces *
8+
* https://github.com/RedesignScience/openmm-cpp-forces *
99
* -------------------------------------------------------------------------- */
1010

1111
#include "CompositeRMSDForce.h"

0 commit comments

Comments
 (0)