#!/usr/local/bin/python3.11

################################################################################
##                                                                            ##
##  This file is part of NCrystal (see https://mctools.github.io/ncrystal/)   ##
##                                                                            ##
##  Copyright 2015-2023 NCrystal developers                                   ##
##                                                                            ##
##  Licensed under the Apache License, Version 2.0 (the "License");           ##
##  you may not use this file except in compliance with the License.          ##
##  You may obtain a copy of the License at                                   ##
##                                                                            ##
##      http://www.apache.org/licenses/LICENSE-2.0                            ##
##                                                                            ##
##  Unless required by applicable law or agreed to in writing, software       ##
##  distributed under the License is distributed on an "AS IS" BASIS,         ##
##  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  ##
##  See the License for the specific language governing permissions and       ##
##  limitations under the License.                                            ##
##                                                                            ##
################################################################################

"""
Script which can be used to generate NCMAT files from crystal structures in
online databases, and optionally also compare existing NCMAT files with online
structures indicated in their comments.
"""

import os
import sys
pn = os.path.basename(sys.argv[0])
nn = pn.replace('onlinedb2ncmat','cif2ncmat')
raise SystemExit(f'Error: The {pn} script is superseded by {nn}. Please use {nn} instead (run "{nn} --help" for syntax help).')
