Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
west-public
West
Commits
eae4ed37
Commit
eae4ed37
authored
Sep 30, 2019
by
Marco Govoni
Browse files
Added header
parent
a3b30319
Changes
4
Hide whitespace changes
Inline
Side-by-side
Pytools/west_clientserver.py
View file @
eae4ed37
#!/usr/bin/python3
#
# Copyright (C) 2015-2019 M. Govoni
# This file is distributed under the terms of the
# GNU General Public License. See the file `License'
# in the root directory of the present distribution,
# or http://www.gnu.org/copyleft/gpl.txt .
#
# This file is part of WEST.
#
from
time
import
sleep
,
perf_counter
as
pc
from
os
import
path
,
remove
from
abc
import
ABC
,
abstractmethod
...
...
Pytools/west_fetch_input.py
View file @
eae4ed37
#!/usr/bin/python3
#
# Copyright (C) 2015-2019 M. Govoni
# This file is distributed under the terms of the
# GNU General Public License. See the file `License'
# in the root directory of the present distribution,
# or http://www.gnu.org/copyleft/gpl.txt .
#
# This file is part of WEST.
#
from
__future__
import
print_function
import
sys
from
os
import
path
,
remove
import
yaml
import
json
rytoev
=
13.6056980659
rytoev
=
13.6056980659
# Ry to eV conversion factor
#########################
# STATIC DEFAULT VALUES #
...
...
Pytools/west_function3d.py
View file @
eae4ed37
#!/usr/bin/python3
#
# Copyright (C) 2015-2019 M. Govoni
# This file is distributed under the terms of the
# GNU General Public License. See the file `License'
# in the root directory of the present distribution,
# or http://www.gnu.org/copyleft/gpl.txt .
#
# This file is part of WEST.
#
import
json
from
xml.etree
import
ElementTree
as
ET
...
...
Pytools/west_utils.py
View file @
eae4ed37
#!/usr/bin/python3
#
# Copyright (C) 2015-2019 M. Govoni
# This file is distributed under the terms of the
# GNU General Public License. See the file `License'
# in the root directory of the present distribution,
# or http://www.gnu.org/copyleft/gpl.txt .
#
# This file is part of WEST.
#
from
__future__
import
print_function
from
os
import
mkdir
import
sys
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment