https://github.com/adc-connect/adcc
Raw File
Tip revision: 0f4eae7a0e883cbdc1f48a26fe7ef15c04b2e861 authored by Maximilian Scheurer on 01 July 2023, 07:20:59 UTC
Fix problems with scipy and pyscf
Tip revision: 0f4eae7
cc.template
//
// Copyright (C) {{YEAR}} by the {{PROJECT}} authors
//
// This file is part of {{PROJECT}}.
//
// {{PROJECT}} is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published
// by the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// {{PROJECT}} is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with {{PROJECT}}. If not, see <http://www.gnu.org/licenses/>.
//

#include "{{FILE}}.hh"

namespace {{PROJECT}} {

{{CURSOR}}

}  // namespace {{PROJECT}}
back to top