Skip to content

Commit

Permalink
Fix github link and project description in various places
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Jan 28, 2020
1 parent f0fe24d commit d229d43
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
hubbardI - An example application using triqs and cpp2py
hubbardI - A TRIQS based hubbardI solver

Copyright (C) 2019-2020, M. Schueler
Copyright (C) 2019-2020, The Simons Foundation
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Build Status](https://travis-ci.org/TRIQS/triqs_hubbardI.svg?branch=unstable)](https://travis-ci.org/TRIQS/triqs_hubbardI)
[![Build Status](https://travis-ci.org/TRIQS/hubbardI.svg?branch=unstable)](https://travis-ci.org/TRIQS/hubbardI)

# triqs_hubbardI - A Hubbard-I solver based on triqs atom_diag
# hubbardI - A Hubbard-I solver based on triqs atom_diag


This application implements the Hubbard-I solver in pytriqs using the lightweight diagonalization routine which come with triqs/atom_diag.
Expand Down Expand Up @@ -34,10 +34,10 @@ where `n_w, w_min, w_max, idelta` define the real axis and broadening by an imag
The only thing you need is a working triqs installation. If you have sourced the `triqsvars.sh` file everything works automatically.

```bash
git clone https://github.com/malte-schueler/triqs_hubbardI triqs_hubbardI.src
mkdir triqs_hubbardI.build && cd triqs_hubbardI.build
cmake ../triqs_hubbardI.src
git clone https://github.com/malte-schueler/hubbardI hubbardI.src
mkdir hubbardI.build && cd hubbardI.build
cmake ../hubbardI.src
make
make test
make install
```
```
4 changes: 2 additions & 2 deletions doc/conf.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ extensions = ['sphinx.ext.autodoc',

source_suffix = '.rst'

project = u'TRIQS_HUBBARDI - An example triqs application'
project = u'hubbardI - A TRIQS based hubbardI solver'
copyright = u'2017-2018 N. Wentzell, O. Parcollet 2018-2019 The Simons Foundation, authors: N. Wentzell, D. Simons, H. Strand, O. Parcollet'
version = '@PROJECT_VERSION@'

Expand All @@ -30,7 +30,7 @@ html_theme = 'triqs'
html_theme_path = ['@TRIQS_THEMES_PATH@']
html_show_sphinx = False
html_context = {'header_title': 'hubbardI',
'header_subtitle': 'An example application using cpp2py and <a class="triqs" style="font-size: 12px" href="https://triqs.github.io">TRIQS</a>',
'header_subtitle': 'A <a class="triqs" style="font-size: 12px" href="https://triqs.github.io">TRIQS</a> based hubbardI solver',
'header_links': [['Install', 'install'],
['Documentation', 'documentation'],
['Issues', 'issues'],
Expand Down
4 changes: 2 additions & 2 deletions share/triqs_hubbardI.modulefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ set version @PROJECT_VERSION@
set root @CMAKE_INSTALL_PREFIX@
set git_hash @PROJECT_GIT_HASH@

set url "https://github.com/TRIQS/triqs_hubbardI"
set description "An example application using cpp2py and triqs."
set url "https://github.com/TRIQS/hubbardI"
set description "A TRIQS based hubbardI solver"

module-whatis "$description"

Expand Down

0 comments on commit d229d43

Please sign in to comment.